RosettaCodeData/Task/Assertions/Sidef/assertions.sidef

3 lines
80 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var num = pick(0..100);
assert_eq(num, 42); # dies when "num" is not 42