RosettaCodeData/Task/Assertions/Euphoria/assertions.eu
2026-04-30 12:34:36 -04:00

7 lines
98 B
Text

type fourty_two(integer i)
return i = 42
end type
fourty_two i
i = 41 -- type-check failure