User Tools

Site Tools


sd-8516_stellar_basic_v1.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sd-8516_stellar_basic_v1.0 [2026/01/09 03:14] appledogsd-8516_stellar_basic_v1.0 [2026/01/10 02:02] (current) appledog
Line 16: Line 16:
 * ''FOR-NEXT'' * ''FOR-NEXT''
 * Usually only access to integer variables and integer based math * Usually only access to integer variables and integer based math
-* Single-letter variables (ex. ''A'', ''B'', 'Z'')+* Single letter variables (ex. ''A'', ''B'', ''Z'')
  
 * No floating-point math * No floating-point math
Line 25: Line 25:
 * Very limited editing commands * Very limited editing commands
  
-Some versions didn’t even store source code text—only tokenized forms.+Some versions stored programs as text, some as tokenized program code to save space.
  
 == 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:
 </Code> </Code>
  
-(''?'' is shorthand for `PRINT`.)+(''?'' is shorthand for ''PRINT''.)
  
 == More Information == More Information
sd-8516_stellar_basic_v1.0.1767928494.txt.gz · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki