Add comment processing, add a comment to factorial.sy to test it out

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-02-11 18:31:12 -08:00
parent 899ceda248
commit b4ae936832
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
[ :x x x ] :dup
# This a dumb little workaround to allow for recursion so factorial inside of
# the function definition will look in the correct scope
0 :factorial
[
dup!