!! package:jsaddle

Lookup a property based on its index.
>>> testJSaddle $ eval "'Hello World'[6]"
W

>>> testJSaddle $ val "Hello World" !! 6
W