translating programs to XBasic
| BASIC | XBasic | XBasic Comments |
| ABS() | ABS() | More types |
| ACCESS | ||
| ALIAS | ||
| AND | AND | More types |
| ANY | ||
| APPEND | ||
| AS | ||
| ASC() | ASC() | More capable |
| ATN() | ATAN() | Math function library |
| BEEP | ||
| BINARY | ||
| BLOAD | XstBinLoad() | also READ |
| BSAVE | XstBinSave() | also WRITE |
| BYVAL | Functions are BYVAL by default | |
| CALL | ||
| CALLS | ||
| CASE | CASE | More capable |
| CCUR() | GIANT() | More intuitive, capable |
| CDBL() | DOUBLE() | More intuitive, capable |
| CDECL | CFUNCTION | More intuitive, capable |
| CHAIN | ||
| CHDIR | ||
| CHDRIVE | ||
| CHR$() | CHR$() | More capable |
| CINT() | SSHORT() | More intuitive, capable |
| CIRCLE | See GraphicsDesigner | |
| CLEAR | ||
| CLNG() | SLONG() | More intuitive, capable |
| CLOSE | CLOSE() | |
| CLS | See GraphicsDesigner | |
| COLOR | See GraphicsDesigner | |
| COM | ||
| COMMAND$ | XstGetCommandLineArguments() | |
| COMMON | ||
| CONST | $$NAME = | More intuitive, visible |
| COS() | COS() | |
| CSNG() | SINGLE() | More intuitive, capable |
| CSRLIN() | ||
| CURDIR$() | ||
| CURRENCY | GIANT | More intuitive, capable |
| CVC() | GIANT() | More intuitive, capable |
| CVD() | DOUBLE() | More intuitive, capable |
| CVI() | SSHORT() | More intuitive, capable |
| CVL() | SLONG() | More intuitive, capable |
| CVS() | SINGLE() | More intuitive, capable |