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
Last revision Both sides next revision
ego_script [2013/01/07 16:48]
admin
ego_script [2013/07/31 00:11]
127.0.0.1 external edit
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 ===
Line 303: Line 301:
 ===== Complex Example ===== ===== Complex Example =====
  
-<​code ​csharp>+<​code ​java>
 @title = Calc Patch Sizes, Mean Patch Sizes and Patch Size Standard Deviations @title = Calc Patch Sizes, Mean Patch Sizes and Patch Size Standard Deviations
 @author = Dinamica Team @author = Dinamica Team