roIt
6 years agoReel Rookie
Linked List implementation
Hi there, I'd like to implement a Linked List of objects (https://en.wikipedia.org/wiki/Linked_list) in BritghtScript. The problem I am facing is that it seems there's no References to objects in Br...