RosettaCodeData/Task/Assertions/Phix/assertions-3.phix

3 lines
70 B
Plaintext

if i!=42 then ?9/0 end if
if i!=42 then crash("i is not 42!!") end if