March 2003
Intermediate to advanced
656 pages
39h 30m
English
get
t.get(i[,j])
t
.get(
i
)
returns t’s character at
index i.
t
.get(
i,j
)
returns a string made up of all characters from index
i to index j,
included.