Added correct compiling of top level vector values, including with meta
This commit is contained in:
5
bf.kp
5
bf.kp
@@ -70,6 +70,8 @@
|
||||
; (inner 7)))
|
||||
; 7)))
|
||||
|
||||
(def! to_be_saved (with-meta [1] [2]))
|
||||
(def! to_be_saved_s "asdfasdf")
|
||||
|
||||
(def! main (fn* () (let* ( a 7
|
||||
b [1]
|
||||
@@ -83,6 +85,9 @@
|
||||
(println c)
|
||||
(println (meta c))
|
||||
(println "world")
|
||||
(println to_be_saved)
|
||||
(println (meta to_be_saved))
|
||||
(println to_be_saved_s)
|
||||
a)))
|
||||
)))))
|
||||
(do
|
||||
|
||||
Reference in New Issue
Block a user