From e004ed0be36429248cc101933541376230da5c44 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 16 Aug 2013 20:00:21 -0700 Subject: [PATCH] Formatting --- reference.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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