sd:sd-8516_user_s_guide
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sd:sd-8516_user_s_guide [2026/04/19 20:35] – appledog | sd:sd-8516_user_s_guide [2026/04/19 20:43] (current) – appledog | ||
|---|---|---|---|
| Line 741: | Line 741: | ||
| If you have large amounts of data that you need to store for your program, you can use DATA. | If you have large amounts of data that you need to store for your program, you can use DATA. | ||
| - | 10 DATA 1, 2, 3, 5, 6, 7, 8, 9, 10, 11 | + | 10 DATA 1, 3, 5, 7, 9, 10, 11, 12, 13, 15 |
| 20 FOR I = 1 TO 10 | 20 FOR I = 1 TO 10 | ||
| 30 READ A | 30 READ A | ||
| Line 753: | Line 753: | ||
| 40 PRINT I, A | 40 PRINT I, A | ||
| 50 NEXT I | 50 NEXT I | ||
| - | 100 DATA 1, 2, 3, 5, 6, 7, 8, 9, 10, 11 | + | 100 DATA 2, 3, 4, 5, 10, 20, 30, 50, 70, 99 |
| + | |||
| + | //NOTE: DATA is currently BROKEN. It only uses the first line of DATA. I will fix this for the May 4th 2026 update.// | ||
| + | |||
| + | Examples of DATA you can store could be: | ||
| + | |||
| + | * Pixels for an image or a sprite | ||
| + | * Monster data | ||
| + | * Maps for an adventure game | ||
| + | * Musical notes | ||
| + | * Secret data (i.e. ASCII encoded text, so people don't cheat by LISTing your program!) | ||
| === MATH functions | === MATH functions | ||
sd/sd-8516_user_s_guide.txt · Last modified: by appledog
