aboutsummaryrefslogtreecommitdiff
path: root/docs.neb
diff options
context:
space:
mode:
authormryouse2022-07-15 00:38:06 +0000
committermryouse2022-07-15 00:38:06 +0000
commit56fd2af55261d84a412b40d39945acba4c5b1ced (patch)
tree71be3b1b746360c63392ac1c52b665d0fa973888 /docs.neb
parent6812b01b2cd789fbdded74e0a3ff40bb39d849ff (diff)
update for new commands
Diffstat (limited to 'docs.neb')
-rw-r--r--docs.neb5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs.neb b/docs.neb
index 0353a53..0a5dddd 100644
--- a/docs.neb
+++ b/docs.neb
@@ -1,2 +1,7 @@
+; docs.neb
+; script to generate documentation
+
+(print "~ Neb Syntax ~")
(for-each (syntax) (howto _item_))
+(print "\n~ Neb Functions ~")
(for-each (funcs) (howto _item_))