comparison website/src/manual.html.luan @ 580:1e69d9c21461

add Table.clear(); add Http.response.reset(); fix http/run;
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 21 Jul 2015 14:56:41 -0600
parents 6c00b8a59240
children 5d4652d78ce0
comparison
equal deleted inserted replaced
579:f22a09e98b04 580:1e69d9c21461
2708 This library provides generic functions for table manipulation. 2708 This library provides generic functions for table manipulation.
2709 It provides all its functions inside the table <code>Table</code>. 2709 It provides all its functions inside the table <code>Table</code>.
2710 2710
2711 2711
2712 2712
2713 <h4 heading><a name="Table.clear"><code>Table.clear (tbl)</code></a></h4>
2714
2715 <p>
2716 Clears the table.
2717
2718
2713 <h4 heading><a name="Table.concat"><code>Table.concat (list [, sep [, i [, j]]])</code></a></h4> 2719 <h4 heading><a name="Table.concat"><code>Table.concat (list [, sep [, i [, j]]])</code></a></h4>
2714 2720
2715 <p> 2721 <p>
2716 Given a list, 2722 Given a list,
2717 returns the string <code>list[i]..sep..list[i+1] &middot;&middot;&middot; sep..list[j]</code>. 2723 returns the string <code>list[i]..sep..list[i+1] &middot;&middot;&middot; sep..list[j]</code>.