Up

tabGet

Return the value to a given index. This function should be safe.

Prototype :

fun [tab u0 I] u0

Return : u0 the value or nil if an error occurs (index out of range for example).

See also

tabSet