Scripting/Variables/en
De DigiWiki.
| Ligne 7 : | Ligne 7 : | ||
Some examples: | Some examples: | ||
| - | <lsl>integer count = 2; //A whole number | + | <lsl> |
| + | integer count = 2; //A whole number | ||
float measure = 1.2; //A number with decimal places | float measure = 1.2; //A number with decimal places | ||
string chars = "Lee"; //Any text within " " | string chars = "Lee"; //Any text within " " | ||


