227
edits
Line 86: | Line 86: | ||
AnotherVar := YetAnother := "Another Expression list" | AnotherVar := YetAnother := "Another Expression list" | ||
It is also possible to create functions: | It is also possible to create functions: | ||
To create a function instead of a variable, the variable name is followed by <tt>'()'</tt>. | To create a function instead of a variable, the variable name is followed by <tt>'()'</tt>. |
edits