Files
l2/tests/debug_assert.sl
2026-02-18 16:05:48 +01:00

11 lines
177 B
Plaintext

import stdlib/debug.sl
import stdlib/io.sl
word main
1 assert
2 2 == assert
"should not print" 1 assert_msg
"debug assert ok" puts
"assert_msg ok" puts
end