diff website/src/manual.html.luan @ 626:53a50c70c5e2

add Luan.assert_function() and Http.run_later()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 17 Jan 2016 06:19:46 -0700
parents b73f005f3735
children 35dde32c02ab
line wrap: on
line diff
--- a/website/src/manual.html.luan	Tue Jan 12 23:52:56 2016 -0700
+++ b/website/src/manual.html.luan	Sun Jan 17 06:19:46 2016 -0700
@@ -1867,6 +1867,12 @@
 Like <a href="#Luan.assert_binary"><code>assert_binary</code></a> but for type <code>boolean</code>.
 
 
+<h4 heading><a name="Luan.assert_function"><code>Luan.assert_function (v)</code></a></h4>
+
+<p>
+Like <a href="#Luan.assert_binary"><code>assert_binary</code></a> but for type <code>function</code>.
+
+
 <h4 heading><a name="Luan.assert_integer"><code>Luan.assert_integer (v)</code></a></h4>
 
 <p>