comparison website/src/manual.html.luan @ 1704:19df8abc9805

add Table.is_list
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Jul 2022 15:53:03 -0600
parents 9ef19f5ea973
children b82767112d8e
comparison
equal deleted inserted replaced
1703:3a61451f8130 1704:19df8abc9805
2905 <% 2905 <%
2906 end 2906 end
2907 } 2907 }
2908 ["Table.is_empty"] = { 2908 ["Table.is_empty"] = {
2909 title = "<code>Table.is_empty (tbl)</code>" 2909 title = "<code>Table.is_empty (tbl)</code>"
2910 content = function()
2911 %>
2912 <%
2913 end
2914 }
2915 ["Table.is_list"] = {
2916 title = "<code>Table.is_list (tbl)</code>"
2910 content = function() 2917 content = function()
2911 %> 2918 %>
2912 <% 2919 <%
2913 end 2920 end
2914 } 2921 }