sd-8516_stellar_basic_v1.0
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sd-8516_stellar_basic_v1.0 [2026/01/09 03:14] – appledog | sd-8516_stellar_basic_v1.0 [2026/01/10 02:02] (current) – appledog | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * '' | * '' | ||
| * Usually only access to integer variables and integer based math | * Usually only access to integer variables and integer based math | ||
| - | * Single-letter variables (ex. '' | + | * Single letter variables (ex. '' |
| * No floating-point math | * No floating-point math | ||
| Line 25: | Line 25: | ||
| * Very limited editing commands | * Very limited editing commands | ||
| - | Some versions | + | Some versions |
| == Example BASIC program | == Example BASIC program | ||
| - | <Code:BASIC> | + | |
| + | <Code:Basic> | ||
| 10 LET A = 1 | 10 LET A = 1 | ||
| 20 PRINT A | 20 PRINT A | ||
| Line 38: | Line 39: | ||
| Stellar BASIC will allow this even shorter form: | Stellar BASIC will allow this even shorter form: | ||
| - | <Code:BASIC> | + | <Code:Basic> |
| 10 A=1 | 10 A=1 | ||
| 20 ?A | 20 ?A | ||
| Line 45: | Line 46: | ||
| </ | </ | ||
| - | (''?'' | + | (''?'' |
| == More Information | == More Information | ||
sd-8516_stellar_basic_v1.0.1767928494.txt.gz · Last modified: by appledog
