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

3 lines
70 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
if i!=42 then ?9/0 end if
if i!=42 then crash("i is not 42!!") end if