RosettaCodeData/Task/Assertions/Euphoria/assertions.eu

8 lines
98 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
type fourty_two(integer i)
return i = 42
end type
fourty_two i
i = 41 -- type-check failure