Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
{ 'a' 1 'b' 2 'c' 3.14 'd' 'xyz' } as a_hash
|
||||
a_hash print
|
||||
|
||||
hash (4 items)
|
||||
a => 1
|
||||
b => 2
|
||||
c => 3.14
|
||||
d => "xyz"
|
||||
|
||||
a_hash 'c' get # get key 'c'
|
||||
6.28 a_hash 'c' set # set key 'c'
|
||||
a_hash.'c' # get key 'c' shorthand
|
||||
6.28 a_hash:'c' # set key 'c' shorthand
|
||||
Loading…
Add table
Add a link
Reference in a new issue