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: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
Redirected page to Category:Literals
Β 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
ο»Ώ
#REDIRECT [[Category:Literals]]
Β 
=== LiteralsΒ  ===
Β 
Β 
Β 
{| width="1189" cellspacing="0" cellpadding="2" border="1" style="border-collapse:collapse; border:1px solid #010101" class="tableintopic"
|- align="left" valign="top"
| width="204" bgcolor="#C0C0C0" style="border:1px solid #010101;" |
'''Type'''
Β 
| width="589" bgcolor="#C0C0C0" style="border:1px solid #010101;" |
'''Description'''
Β 
| width="396" bgcolor="#C0C0C0" style="border:1px solid #010101;" |
'''Examples'''
Β 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
string
Β 
| width="589" style="border:1px solid #010101;" |
Enclosed with β€˜β€œβ€™ and β€˜β€œβ€™
Β 
Not contain β€˜β€œβ€™ or β€˜/’ inside.
Β 
New line character is not allowed
Β 
| width="396" style="border:1px solid #010101;" |
"an"
Β 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
date
Β 
| width="589" style="border:1px solid #010101;" |
Must be of the form: #yyyy-mm-dd hh:mm:ss# or #yyyy-mm-dd# used for where expression
Β 
Array datetime: {yyyy, mm, dd, hh, mm, ss, [miliseconds], [week] }
Β 
Note: Timezone is available from 5.6. Read note below.
Β 
| width="396" style="border:1px solid #010101;" |
#2006-04-11 10:14:20#
Β 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
number
Β 
| width="589" style="border:1px solid #010101;" |
Could be an integer, a floating point or decimal constant
Β 
| width="396" style="border:1px solid #010101;" |
123
Β 
1234E 1
Β 
123.4
Β 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
range
Β 
| width="589" style="border:1px solid #010101;" |
Enclosed with [ and ]
Β 
| width="396" style="border:1px solid #010101;" |
[1]
Β 
[1,2]
Β 
[1-2]
Β 
[1-2, 1]
Β 
[1, 2, 3]
Β 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
array
Β 
| width="589" style="border:1px solid #010101;" |
Enclosed with { and }
Β 
| width="396" style="border:1px solid #010101;" |
{1, 2, 3}
Β 
|}
Β 
[[Category:HelpBooks]]

Latest revision as of 08:10, 6 March 2012

Redirect to: