Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Literals

From Catglobe Wiki
Revision as of 08:59, 7 March 2011 by Catglobe (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Literals

[miliseconds], [week] }

Note: Timezone is available from 5.6. Read note below. | style="border: 1px solid #010101" width="396" | #2006-04-11 10:14:20# |- align="left" valign="top" | style="border: 1px solid #010101" width="204" | number | style="border: 1px solid #010101" width="589" | Could be an integer, a floating point or decimal constant | style="border: 1px solid #010101" width="396" | 123

1234E 1

123.4 |- align="left" valign="top" | style="border: 1px solid #010101" width="204" | range | style="border: 1px solid #010101" width="589" | Enclosed with [ and ] | style="border: 1px solid #010101" width="396" | [1]

[1,2]

[1-2]

[1-2, 1]

[1, 2, 3] |- align="left" valign="top" | style="border: 1px solid #010101" width="204" | array | style="border: 1px solid #010101" width="589" | Enclosed with { and } | style="border: 1px solid #010101" width="396" | {1, 2, 3}

Note: Timezone for datetime (V5.6)

Array datetime: {yyyy, mm, dd, hh, mm, ss, [miliseconds], [week] , [timezone]}