ludus/hello.ld
2022-04-25 19:22:44 -04:00

7 lines
193 B
Plaintext

import "bar.ld" as Bart
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