Ezhil-Lang
Ezhil-Lang copied to clipboard
add substring function
add substring function to do things like,
x = "Ezhil" y = substr(x,2) # y-> "hil" z = substr(x,2,3) # z -> "hi"