Difference between revisions of "Literals"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
(Redirected page to Category:Literals)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
#REDIRECT [[Category:Literals]]

 
 
 
===Literals===
 
[miliseconds], [week] }
 
 
 
Note: Timezone is available from 5.6. Read note below.
 
| style="border: 1px solid #010101" width="396" |
 
<nowiki>#2006-04-11 10:14:20#</nowiki>
 
|- 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]}
 
__NOTOC__
 
<!-- imported from file: 237.htm-->
 

Latest revision as of 09:10, 6 March 2012

Redirect to: