erg/examples/magic.er
2023-10-15 11:51:27 +09:00

10 lines
144 B
Python

unsound = import "unsound"
i = unsound.pyeval "1 + 1"
assert i in Nat
assert i == 2
print x =
unsound.perform do! print! x
print "hello"