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

7 lines
123 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 {
2026-04-30 12:34:36 -04:00
assert x=10
print x
2023-07-01 11:58:00 -04:00
}