For the complete documentation index, see llms.txt. This page is also available as Markdown.

prevattr

Get the previois object attribute
     self  - object
     attr  - current attribute name
If there are no more attributes, returns 0
Thread-safe function.

string prevattr(object self, string attr);

Last updated

Was this helpful?