RosettaCodeData/Task/Assertions/Forth/assertions.fth

5 lines
55 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
variable a
: assert a @ 42 <> throw ;
41 a ! assert