Tile - String Literal – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_String_literal.png]] | [[Image:Ylands_Tile_-_String_literal.png]] | ||
*A string (or a text string) is a '''series''' of '''characters''' like "Hello word". | *A string (or a text string) is a '''series''' of '''characters''' like "Hello word". | ||
=Notes= | |||
*Strings support special characters as | |||
**[NL] - start new line | |||
<syntaxhighlight><i> </i></syntaxhighlight> - italic | |||
**<b> </b> | |||
**<color=#FFFFF> </color> - colorize text between tags, color is HEX format | |||
Revision as of 17:47, 9 January 2019
- A string (or a text string) is a series of characters like "Hello word".
Notes
- Strings support special characters as
- [NL] - start new line
<i> </i>
- italic
- <color=#FFFFF> </color> - colorize text between tags, color is HEX format