RosettaCodeData/Task/Assertions/Smalltalk/assertions-1.st

4 lines
41 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 12:38:42 -07:00
foo := 41.
...
self assert: (foo == 42).