ProjetPP / Documentation

Documentation and protocol specification of the Projet Pensées Profondes
Creative Commons Zero v1.0 Universal
7 stars 1 forks source link

Adds position(l,i) #35

Closed Tpt closed 9 years ago

Tpt commented 9 years ago

position(l, i) should returns the ith element of l.

First(l) would became an alias for position(l, 1) et last(l) one of position(l, -1).