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

Tree @master (Download .tar.gz)

list.bhu @masterraw · history · blame

A = ["moe","larry","curly"]

Print A, EoL

B = Index(A, 1)

Print B, EoL

// B = [1,"hello","there"]
// Print A, EoL
// Print B, EoL
// B = A
// Print A, EoL
// Print B, EoL

C = List("moe", "larry", "curly")
Print C