UNIT type removed

This commit is contained in:
Vaclav Tvrdik
2021-03-07 18:48:57 +01:00
parent 3d54ed9fb3
commit d54c2ee79b
4 changed files with 17 additions and 54 deletions

View File

@@ -1,8 +1,3 @@
;; (print
;; "ahoj"
;; ; this comment is problem
;; )
;; (print "lisp")
; (define l '(1 2 2 2 3 4 5 4 4 1 2 2 2 3 4 5 4 4 61 2 2 2 3 4 5 4 4 66)
(define json_list (parse-json "{\"k1\":\"v1\", \"k2\":42, \"k3\":[\"a\",123,true,false,null]}"))
(print json_list)
(for x json_list (print x))