User Tools

Site Tools


documentation

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
documentation [2020/02/15 23:20]
adminz
documentation [2020/09/21 21:44] (current)
adminz [10LC Statements]
Line 1: Line 1:
 ====== Documentation ====== ====== Documentation ======
-This page covers the statements/​operations ​implemented in 10LC as well as the syntax for their usage.  ​+This page covers the statements implemented in 10LC as well as the syntax for their usage.  ​
  
 ===== 10LC Statements ===== ===== 10LC Statements =====
Line 20: Line 20:
 Are all the same and will compile identically. Are all the same and will compile identically.
  
-The only exception is a Label, which does not end with a semicolon and no space is allowed between the colon and the label name:+The only exception is a Label, ​**which does not end with a semicolon and no space is allowed between the colon and the label name**:
  
 <code c> <code c>
Line 31: Line 31:
 Additionally,​ delimiters in statements may not be omitted. ​ For example, the 9LC WRITE statement is ''​WRITE @ 1234 = AB''​ and could be shortened to ''​WRITE 1234 = AB''​. ​ 10LC's statement syntax is more rigid. ​ The WRITE statement in 10LC is ''​WRITE @ 0x100 = 0x22;''​ and cannot be shortened, nor can any parts of it be omitted. Additionally,​ delimiters in statements may not be omitted. ​ For example, the 9LC WRITE statement is ''​WRITE @ 1234 = AB''​ and could be shortened to ''​WRITE 1234 = AB''​. ​ 10LC's statement syntax is more rigid. ​ The WRITE statement in 10LC is ''​WRITE @ 0x100 = 0x22;''​ and cannot be shortened, nor can any parts of it be omitted.
  
-----+From here, you can view the [[Setup Statements]],​ [[Operational Statements]],​ [[If Expressions]] or the currently supported [[Intrinsic Statements]].
  
-From here you can view the documentation for the [[Setup Statements]],​ the [[Operational Statements]] or the currently supported [[Intrinsic Statements]]. ​ Also, a listing of compiler [[Errors]] and [[Warnings]] is available.+===== Other Documentation and Help ===== 
 +listing of compiler [[Errors]] and [[Warnings]] is available, as well as a [[FAQ]].
  
  
  
documentation.1581830436.txt.gz · Last modified: 2020/02/15 23:20 by adminz