home *** CD-ROM | disk | FTP | other *** search
-
- Cursor V1.0 - A BASIC compiler for the Amiga
- (c) 1990 by Jürgen Forster
-
- 'yes' means that the command or function should work (almost exactly) as
- the same AmigaBASIC-command/function.
- 'no' means that the command/function is not yet implemented.
-
- ABS() yes
- AREA no
- AREAFILL no
- ASC() yes
- ATN() yes
- BEEP works, but no sound
- BREAK no
- CALL works only in connection with SUB
- CDBL() yes
- CHAIN no
- CHDIR yes
- CHR$() yes
- CINT() yes
- CIRCLE no
- CLEAR no
- CLNG() yes
- CLOSE yes
- CLS yes
- COLLISION no
- COLLISION() no
- COLOR no
- COMMON no
- CONT no
- COS() no
- CSNG() yes
- CSRLIN yes
- CVI() yes
- CVL() yes
- CVS() yes
- CVD() yes
- DATA yes
- DATE$ no
- DECLARE FUNCTION no
- DEF FN no
- DEFINT yes
- DEFLNG yes
- DEFSNG yes
- DEFDBL yes
- DEFSTR yes
- DELETE no
- DIM yes
- END yes
- END SUB yes
- EOF() yes
- ERASE no
- ERL no
- ERR no
- ERROR no
- EXIT SUB yes
- EXP yes
- FIELD no
- FILES yes
- FIX yes
- FOR yes
- FRE no
- GET no
- GOSUB yes
- GOTO yes
- HEX$() yes
- IF yes
- INKEY$ yes
- INPUT no (use LINE INPUT)
- INPUT$() only for files
- INPUT # no (use LINE INPUT)
- INSTR yes
- INT yes
- KILL yes
- LBOUND no
- LEFT$() yes
- LEN yes
- LET yes
- LIBRARY no
- LINE no
- LINE INPUT yes
- LINE INPUT # yes
- LIST no
- LLIST no
- LOAD no
- LOC() no
- LOCATE yes
- LOF() yes
- LOG() yes
- LPOS() no
- LPRINT no
- LPRINT USING no
- LSET no
- MENU no
- MENU() no
- MERGE no
- MID$() yes, but not MID$(..) = ...
- MKI$() yes
- MKL$() yes
- MKS$() yes
- MKD$() yes
- MOUSE() no
- MOUSE no
- NAME yes
- NEW no
- NEXT yes
- OBJECT* no
- OCT$() no
- ON BREAK/COLLISION/ERROR/MENU/MOUSE/TIMER no
- ON ... GOSUB yes
- ON ... GOTO yes
- OPEN yes, but only FOR OUTPUT/APPEND/INPUT
- OPTION BASE no
- PAINT no
- PALETTE no
- PATTERN no
- PEEK yes
- PEEKL yes
- PEEKW yes
- POINT no
- POKE yes
- POKEL yes
- POKEW yes
- POS() yes
- PRESET no
- PRINT yes
- PRINT USING no
- PRINT # yes
- PRINT USING # no
- PSET no
- PTAB no
- PUT no
- RANDOMIZE no
- READ yes
- REM yes
- RESTORE yes
- RESUME no
- RETURN yes
- RIGHT$() yes
- RND() no
- RSET no
- RUN no
- SADD() yes
- SAVE no
- SAY no
- SCREEN no
- SCROLL no
- SGN() yes
- SHARED works like DIM SHARED
- SIN() yes
- SLEEP no
- SOUND no
- SPACE$() yes
- SPC() no
- SQR() yes
- STICK no
- STOP no
- STR$() yes
- STIG() no
- STRING$() yes
- SUB yes
- SWAP yes
- SYSTEM yes
- TAB() no
- TAN() yes
- TIME$() no
- TIMER no
- TIMER() yes
- TRANSLATE$() no
- TRON no
- TROFF no
- UBOUND no
- UCASE$ yes
- VAL does not support &H
- VARPTR no
- WAVE no
- WEND yes
- WHILE yes
- WIDTH no
- WINDOW yes
- WINDOW() no
- WRITE no
- WRITE # no
-
- also supported:
- =, <, >, <=, >=, <>, MOD, *, /, ^, +, -, \, NOT, AND, OR, XOR, EQV, IMP
-
-