1 2 3 4 5 6 7
; docs.neb ; script to generate documentation (print "~ Neb Syntax ~") (for-each (syntax) (howto _item_)) (print "\n~ Neb Functions ~") (for-each (funcs) (howto _item_))