RosettaCodeData/Task/Assertions/M2000-Interpreter/assertions-2.m2000

7 lines
119 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// escape off // using escape off interpreter skip assert statements
x=random(0, 1)*10
try {
assert x=10
print x
}