RosettaCodeData/Task/Assertions/Lasso/assertions.lasso
2023-07-01 13:44:08 -04:00

6 lines
121 B
Text

local(a) = 8
fail_if(
#a != 42,
error_code_runtimeAssertion,
error_msg_runtimeAssertion + ": #a is not 42"
)