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