Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -1,10 +1,10 @@
|
|||
aa = 10 /*assigns chars 10 ───► AA */
|
||||
bb = '' /*assigns a null value ───► BB */
|
||||
cc = 2*10 /*assigns charser 20 ───► CC */
|
||||
cc = 2*10 /*assigns chars 20 ───► CC */
|
||||
dd = 'Adam' /*assigns chars Adam ───► DD */
|
||||
ee = "Adam" /*same as above ───► EE */
|
||||
ff = 10. /*assigns chars 10. ───► FF */
|
||||
gg='10.' /*same as above ───► GG */
|
||||
hh = "+10" /*assigns chars +10 ───► hh */
|
||||
ii = 1e1 /*assigns chars 1e1 ───► ii */
|
||||
jj = +.1e+2 /*assigns chars +.1e+2 ───► jj */
|
||||
jj = +.1e+2 /*assigns chars .1e+2 ───► jj */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue