From 56fd2af55261d84a412b40d39945acba4c5b1ced Mon Sep 17 00:00:00 2001 From: mryouse Date: Fri, 15 Jul 2022 00:38:06 +0000 Subject: update for new commands --- docs.neb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs.neb') 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_)) -- cgit v1.2.3