When to import?

BlitzMax Forums/BlitzMax Beginners Area/When to import?

Who was John Galt?(Posted 2004) [#1]
I notice example code using linked lists but without importing the relevant module. When do you need to use import?


Who was John Galt?(Posted 2004) [#2]
Case of RTFM - problem solved.


FlameDuck(Posted 2004) [#3]
For anyone else wondering: When you want to use a module that isn't a part of the framework you're using.