RosettaCodeData/Task/Conditional-structures/Pop11/conditional-structures-8.pop11
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

1 line
62 B
Text

if x > 0 then 1 elseif x < 0 then -1 else 0 endif -> sign_x ;