index
:
neb-examples
master
examples of neb code
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
p99
/
p01.neb
blob: e50cfe74d168e0558a7c9f9bea6169ad285a950d (
plain
)
1
2
3
4
5
; P01 Find the last box of a list. (def a (list "a" "b" "c" "d")) (print (last a))