| Strings can be constants | |
| Strings can be constants | |
| String variables | |
| ... without DIM - 32 chars max | |
| Length of this string 30 | |
| ... dimensioning to any length, the memory is the limit | |
| Length of this string 55 | |
| Strings are different | |
| Strings are equal | |
| String is not empty | |
| ... because empty strings evaluate to false | |