227
edits
m (→Basics) |
|||
Line 50: | Line 50: | ||
=== Basics === | === Basics === | ||
'''The Code'''<br /> | '''The Code'''<br /> | ||
Every line you write is independent from the other lines, which means you don't have to worry about the other ones. (Not the complete truth, | Every line you write is independent from the other lines, which means you don't have to worry about the other ones. (Not the complete truth, you'll see why soon) | ||
Every line begins with the Assign construct, which consists of a variable name and an expression list. | Every line begins with the Assign construct, which consists of a variable name and an expression list. |
edits