User:Jeffrey Henning/Sandbox
Appearance
Tiny BASIC table
[edit]Dialects compared
[edit]The following table compares the language feature of Tiny BASIC implementations against other prominent BASICs that preceded them.
Date Published |
Dialect |
Programmer(s) | Processor | Type | INPUT | LET | GOTO | IF ...THEN | GOSUB | RETURN | END | RUN | LIST | CLEAR | NEW | REM | FOR/NEXT | READ / DATA / RESTORE | Added BASIC commands | Customizations | Expressions | relop | Functions | RND | Memory Function | Line numbers | Statement delimiter | Errors | Precision | Arithmetic | Variables | Arrays | Strings | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
January
1980 |
Sinclair 4K BASIC[1]
|
John Grant | Z-80 | Interpreter | INPUT var | LET var = expression | PRINT expr-list { , / ;} | GO TO number | IF expression THEN statement | GO SUB number | RETURN | — | RUN (number) | LIST | CLEAR | NEW | REM | FOR/TO/NEXT (no STEP) | — | STOP | POKE | precedence | < = > | ABS, CHR$, CODE, PEEK, RND, STR$, TL$, USR | RND, RANDOMISE | — | 1 to 9999 | — | 10 defined | 16-bit integer | 16-bit integer | A–Z followed by any number of alphanumeric | DIM A-Z (integers only, one letter name, one dimension, max size of 255) | A$-Z$ |
https://cdn.hackaday.io/files/1707077303528288/ZX80_OperatingManual.pdf
Suits
[edit]Chinese | Coins 錢 |
Strings of Cash 串 |
Myriads of Strings 万 |
Tens of Myriads 十 |
Italian | Coins |
Clubs |
Cups |
Swords |
Spanish | Coins |
Clubs |
Cups |
Swords |
Swiss-German | Bells |
Acorns |
Roses |
Shields |
German | Bells |
Acorns |
Hearts |
Leaves |
French | Diamonds |
Clubs |
Hearts |
Spades |
TBD - add Arabic
Suited-and-ranked decks (revised table)
[edit]A large number of games are based around a deck in which each card has a rank and a suit (usually represented by a color), and for each suit there is exactly one card having each rank, though in many cases the deck has various special cards as well.
Games | Suits | blue | red | green | yellow | purple | gold | teal | pink | black |
---|---|---|---|---|---|---|---|---|---|---|
Skip-Bo | 3 | |||||||||
DUO | 4 | |||||||||
UNO, Phase 10 | 4 | |||||||||
4-Colour Suits | 4 | |||||||||
4-Colour Suits (Old) | 4 | |||||||||
Rook, 4-Colour Suits (German) | 4 | |||||||||
Sticheln | 5 | |||||||||
Mü | 5 | |||||||||
Rage, Level 8 | 6 | |||||||||
Schotten Totten | 6 | |||||||||
UNO Flip | 8 |
[Edited from Playing card suit.]
- ^ https://cdn.hackaday.io/files/1707077303528288/ZX80_OperatingManual.pdf.
{{cite web}}
: Missing or empty|title=
(help)