diff --git a/reference.htm b/reference.htm index 6cb1615..9f02fad 100644 --- a/reference.htm +++ b/reference.htm @@ -250,7 +250,7 @@ This is intended as a quick reference for the Applesoft BASI

Type Conversion Functions

ASC( expr )
ASCII code for first character of string -
CHR$( expr )
Character at specified ASCII code point[3] +
CHR$( expr )
Character at specified ASCII code point [3]
STR$( expr )
String representation of number
VAL( expr )
Parse string into number
@@ -260,7 +260,7 @@ This is intended as a quick reference for the Applesoft BASI
PDL( expr )
Paddle position (paddle number)
POS( expr )
Horizontal cursor position
SCRN( expr, expr )
Lores color at pixel (x,y) -
HSCRN( expr, expr )
Hires color at pixel (x,y)[4] +
HSCRN( expr, expr )
Hires color at pixel (x,y) [4]
USR( expr )
Execute assembly code at address, return accumulator value - NOT IMPLEMENTED

User Defined Functions

@@ -299,7 +299,7 @@ This is intended as a quick reference for the Applesoft BASI

Comparison Operators

-
=
Equality[2] +
=
Equality [2]
<
Less than
>
Greater than
<=
=<
Less than or equal