QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

TO indicates a range of numerical values or an assignment of one value to another.

Syntax

DIM array(1 TO 100)

FOR i = 1 TO 10

_MAPUNICODE unicode TO asciicode

_SETALPHA alpha%, c1& TO c2&

See Also