ludus/hello.ld

7 lines
193 B
Plaintext
Raw Normal View History

2022-04-25 23:22:44 +00:00
import "bar.ld" as Bart
2022-04-25 23:08:24 +00:00
2022-04-25 23:22:44 +00:00
print ("Bar :foo should be :foo. It is ", Bart :foo)
2022-04-25 23:08:24 +00:00
2022-04-25 23:22:44 +00:00
print ("But if I do something naughty like accessing something that isn't in an ns, Ludus will panic")
2022-04-25 23:08:24 +00:00
2022-04-25 23:22:44 +00:00
Bart :quux