3 lines
103 B
Text
3 lines
103 B
Text
load: 'src/lib/assert.slate'.
|
|
define: #n -> 7.
|
|
assert: n = 42 &description: 'That is not the Answer.'.
|