RosettaCodeData/Task/Assertions/Lasso/assertions.lasso
2016-12-05 23:44:36 +01:00

6 lines
121 B
Text

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