Navigation :
Language
Platform
Library
Reference
- Glossary
- List of read options
- List of operators
- List of aggregators
- List of functions
- List of keywords
- Tile syntax
- List of tiles
- List of icons
- List of virtual tables
- Convolution power
- StyleCode sub-language
-
_
-- (*) multiply operator
-- (+) add operator
-- (-) minus operator
-- (/) divide operator
-- (?:) ternary operator
-- (^) power operator
-- (~) uppercase operator
-- (~~) uppercase equality operator
-- \{} interpol operator
-- comparison operators
-
A-B-C
-
D-E-F
-
G-H-I
-
J-K-L
-
M-N-O
-
P-Q-R
-
S-T-U
-
V-W-X
-
Y-Z
Specifications
Legacy \{} interpol operator \{ } interpol operator "\{myDate:yyyy-MM-dd}"
: custom date formatting through string interpolation. The date format is specified by the token found after the semi-colon. More details about date format strings .