7 lines
147 B
Text
7 lines
147 B
Text
try
|
|
%% binary octal dec. hexadecimal
|
|
0b1011010111 = 01327 = 727 = 0x2d7
|
|
{Show success}
|
|
catch _ then
|
|
{Show unexpectedError}
|
|
end
|