3 lines
77 B
Text
3 lines
77 B
Text
|
|
var n := 1234; // decimal number
|
||
|
|
var x := 1234h; // hexadecimal number
|