RosettaCodeData/Task/Assertions/Ring/assertions.ring

4 lines
42 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
x = 42
assert( x = 42 )
assert( x = 100 )