UNIT type removed
This commit is contained in:
11
debug.lsp
11
debug.lsp
@@ -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))
|
||||
Reference in New Issue
Block a user