RosettaCodeData/Task/Assertions/Ring/assertions.ring
2016-12-05 23:44:36 +01:00

3 lines
42 B
Text

x = 42
assert( x = 42 )
assert( x = 100 )