ludus/hello.ld

7 lines
161 B
Plaintext
Raw Normal View History

2022-04-25 23:08:24 +00:00
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)