RosettaCodeData/Task/Assertions/Sidef/assertions.sidef

3 lines
80 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
var num = pick(0..100);
assert_eq(num, 42); # dies when "num" is not 42