5 lines
40 B
Forth
5 lines
40 B
Forth
|
|
let test x =
|
||
|
|
assert (x = 42)
|
||
|
|
|
||
|
|
test 43
|