RosettaCodeData/Task/Assertions/Euphoria/assertions.euphoria

8 lines
98 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
type fourty_two(integer i)
return i = 42
end type
fourty_two i
i = 41 -- type-check failure