RosettaCodeData/Task/Assertions/Euphoria/assertions.euphoria
2023-07-01 13:44:08 -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