![]() |
Retro Rocket OS
BASIC-Powered Operating System
|
Converts a string (first parameter) to an integer using the specified radix (base). The second parameter is the base, typically 2 (binary), 8 (octal), 10 (decimal), or 16 (hexadecimal).
Produces 10 (binary → decimal).
Produces 493 (octal → decimal).
Produces 1234.
Produces 255.