RosettaCodeData/Task/Assertions/Smalltalk/assertions-1.st
2023-07-01 13:44:08 -04:00

3 lines
41 B
Smalltalk

foo := 41.
...
self assert: (foo == 42).