RosettaCodeData/Task/Literals-Integer/Oz/literals-integer-1.oz
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
147 B
Text

try
%% binary octal dec. hexadecimal
0b1011010111 = 01327 = 727 = 0x2d7
{Show success}
catch _ then
{Show unexpectedError}
end