comparison 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
comparison
equal deleted inserted replaced
625:a3c1e11fb6aa 626:53a50c70c5e2
1865 1865
1866 <p> 1866 <p>
1867 Like <a href="#Luan.assert_binary"><code>assert_binary</code></a> but for type <code>boolean</code>. 1867 Like <a href="#Luan.assert_binary"><code>assert_binary</code></a> but for type <code>boolean</code>.
1868 1868
1869 1869
1870 <h4 heading><a name="Luan.assert_function"><code>Luan.assert_function (v)</code></a></h4>
1871
1872 <p>
1873 Like <a href="#Luan.assert_binary"><code>assert_binary</code></a> but for type <code>function</code>.
1874
1875
1870 <h4 heading><a name="Luan.assert_integer"><code>Luan.assert_integer (v)</code></a></h4> 1876 <h4 heading><a name="Luan.assert_integer"><code>Luan.assert_integer (v)</code></a></h4>
1871 1877
1872 <p> 1878 <p>
1873 Asserts that <code>v</code> can be converted to Java type <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html">Integer</a> and returns an Integer. 1879 Asserts that <code>v</code> can be converted to Java type <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html">Integer</a> and returns an Integer.
1874 1880