Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

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
Next revisionBoth sides next revision
syntax [2019/07/15 20:55] – [Character literals] neilssyntax [2019/08/25 19:24] – [Syntax] neils
Line 3: Line 3:
 An **XC=BASIC** program is built from one or more plain ASCII text files that consist of lines, allowing only one statement per line. An **XC=BASIC** program is built from one or more plain ASCII text files that consist of lines, allowing only one statement per line.
  
-Each line may contain a statement, a label or both.+Each line may contain a label, a statement, or both:
  
   label1: print "hello world"   label1: print "hello world"
Line 85: Line 85:
   print "{5}white text"   print "{5}white text"
      
 +Make sure to check the list of all [[petscii_escape_sequences|]].
 ===== Character literals ===== ===== Character literals =====