| ← Older revision | Revision as of 23:19, 31 December 2011 | ||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | |||
| − | {{incomplete}} | ||
| === For Loop === | === For Loop === | ||
| Line 45: | Line 43: | ||
| |- | |- | ||
| |<source lang="javascript"> | |<source lang="javascript"> | ||
| − | // Note: The middle parameter in the range designation ('0.2' in this case) is the 'increment-by' value | + | // Note: The middle parameter in the range designation |
| + | // ('0.2' in this case) is the 'increment-by' value | ||
| for ( i = [0 : 0.2 : 5] ) | for ( i = [0 : 0.2 : 5] ) | ||
| { | { |
