initial support for nil, make-list

unfinished, but usable.. still 0 is false in libs and code
This commit is contained in:
2021-03-01 18:26:58 +01:00
parent 46b29fc229
commit 8586a66285
6 changed files with 55 additions and 13 deletions

View File

@@ -24,4 +24,9 @@
(print (string-lpad "lpad" 10 "x"))
(print nil)
(print ())
(print (make-list 5))
(print "Debug ends")