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 Both sides next revision
ego_script [2013/01/07 16:50]
admin
ego_script [2013/07/31 00:11]
admin
Line 265: Line 265:
  
 The use of sigils has some advantages including making easy to determine the data type represented by the variables. They also prevent clashes between special names like "​rand",​ "​line"​ and "​column"​ and the user defined ones. ((Using sigils the expression "rand + #rand" is the sum of a random value with a the value of map named "​rand"​)) The use of sigils has some advantages including making easy to determine the data type represented by the variables. They also prevent clashes between special names like "​rand",​ "​line"​ and "​column"​ and the user defined ones. ((Using sigils the expression "rand + #rand" is the sum of a random value with a the value of map named "​rand"​))
- 
-//However, keep in mind that this syntax is not fully compatible with the graphical interface and you may end up having an invalid model if you edit a model created using this syntax in the graphical interface.//​ 
  
 === Examples === === Examples ===