kytschBASIC

Put down that phone!
Please view me on real computer.

VAL

Convert a string to a number.

Example

PRINT VAL("Hi World!")
PRINT VAL("26")

Output

0
26

See also