RosettaCodeData/Task/Assertions/11l/assertions.11l

4 lines
61 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
V a = 5
assert(a == 42)
assert(a == 42, Error message)