ludus/hello.ld
2022-04-25 19:08:24 -04:00

7 lines
161 B
Plaintext

import "bar.ld" as Bar
print ("Bar :foo should be :foo. It is ", Bar :foo)
print ("But if I do something naughty, Ludus will panic")
panic! ("oops", :foo, 42)