git @ Cat's Eye Technologies Bhuna / master eg / store2.bhu
master

Tree @master (Download .tar.gz)

store2.bhu @masterraw · history · blame

1
2
3
4
5
6
7
A = [1, 3, "boo"]

Print A, EoL
A[1] = ["frank", "dr_forrester", "joel"]
Print A, EoL
A[1][A[2]] = "mike"
Print A, EoL