Tables In Corona
Jumat, 13 September 2013
0
komentar
The table constructor is written using braces
(curly brackets) as in { }
(curly brackets) as in { }
t = {} -->create a table
k = "x"
t[k] = "tabvalue" --new table entry,
-->with key="x" and value=2.4
print( t[k] ) --> 2.4
print( t["x"] ) --> 2.4
print( t.x ) --> 2.4
t[2] = "tabval2" --new table entry,
-->with key=2 and value="tabval2"
t[3]= 2.4
print( t[2] ) --> "tabval2"
print( t[3] )
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: Tables In Corona
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidpopuler.blogspot.com/2013/09/tables-in-corona.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar