test show

This commit is contained in:
Scott Richmond 2022-04-25 20:21:43 -04:00
parent 19a0e7e3d5
commit 85a8e85799

View File

@ -1,7 +1,5 @@
import "bar.ld" as Bart
import "foo.ld" as Foo
print ("Bar :foo should be :foo. It is ", Bart :foo)
print ("But if I do something naughty like accessing something that isn't in an ns, Ludus will panic")
Bart :quux
do #{:foo "bar"
:bar (2, 3, :quux)
:baz [12, 34]} > show > print