RosettaCodeData/Task/Assertions/Lasso/assertions.lasso

7 lines
121 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
local(a) = 8
fail_if(
#a != 42,
error_code_runtimeAssertion,
error_msg_runtimeAssertion + ": #a is not 42"
)