RosettaCodeData/Task/Assertions/Phix/assertions-3.phix
2016-12-05 23:44:36 +01:00

2 lines
70 B
Text

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