I notice example code using linked lists but without importing the relevant module. When do you need to use import?
When to import?
BlitzMax Forums/BlitzMax Beginners Area/When to import? Case of RTFM - problem solved.
For anyone else wondering: When you want to use a module that isn't a part of the framework you're using.