256
edits
(→Types) |
(→Types) |
||
Line 33: | Line 33: | ||
'string' | 'string' | ||
" 1" | " 1" | ||
All three examples are strings. Both " and ' may be used with strings. You cannot escape anything inside a string. This means <code>{{ "}}" }}</code> or <code>{{ "\"" }}</code> gives you an error message. | All three examples are strings. Both " and ' may be used with strings. You cannot escape anything inside a string. This means <code><nowiki>{{ "}}" }}</nowiki></code> or <code><nowiki>{{ "\"" }}</nowiki></code> gives you an error message. | ||
'''Example: Boolean''' | '''Example: Boolean''' |
edits