User Tools

Site Tools


tutorials:tool_quick_reference_card

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
tutorials:tool_quick_reference_card [2013/02/12 16:13]
marcus.williams
tutorials:tool_quick_reference_card [2013/02/12 16:14]
marcus.williams
Line 97: Line 97:
 Example 2 (for TOOL integer type variable): Example 2 (for TOOL integer type variable):
 <​code>​ <​code>​
-   integer $elec_startYear +integer $elec_startYear 
-   say (""​) +say (""​) 
-   listen (" ​ What is your elec start year? {2007..2090}[2010] ",​$elec_startYear) +listen (" ​ What is your elec start year? {2007..2090}[2010] ",​$elec_startYear) 
-   if $elec_startYear == 0 +if $elec_startYear == 0 
-   $elec_startYear = 2010 + $elec_startYear = 2010 
-   endif+endif
 </​code>​ </​code>​
  
tutorials/tool_quick_reference_card.txt · Last modified: 2020/09/08 16:12 by marcus.williams