Files
Chloride/tests/hashmap_order.ar

6 lines
60 B
Plaintext

let x = {'p':1}
x.z = 1
x.b = 2
x.c = 3
x.a = 7
term.log(x)