RosettaCodeData/Task/Literals-Integer/Oz/literals-integer-1.oz

8 lines
147 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
try
%% binary octal dec. hexadecimal
0b1011010111 = 01327 = 727 = 0x2d7
{Show success}
catch _ then
{Show unexpectedError}
end