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 revisionBoth sides next revision
syntax [2019/08/25 19:17] – [String 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"