Category:Literals

From Catglobe Wiki
Revision as of 06:26, 12 December 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



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]}


Pages in category "Literals"

This category contains only the following page.