RosettaCodeData/Task/Assertions/Euphoria/assertions.euphoria
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

7 lines
98 B
Text

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