tail(p)
Return the second element of the pair p. If p is not a valid pair, return false.
p
false
tail(10:20) // 20 tail([]) // false tail("ok") // false
Core Module Index | Contents