You never know!
I'm pretty sure you can test for an array as something with length that is not a string. I've got more experiments to do to figure out the empty array :<
Hey Kl'Dck! I understand members, setters & getters now. More importantly I looked at the documentation & the two examples.
It seems like in both the ball & fire demo the MODULEs were compiled... It seems the remaining MAIN file refers to those objects still, but it's moved into the DIST file, correct? I'm still trying to wrap my head around this. I would like to make a couple tools using OOP.
@BBB Yep! The compiled file contains all the generated code for all the modules.
You only need to do that when you want fewer files or are making something for others to program with (raycaster)
You might even want to distribute an uncompiled game to get under the 4mb limit. (it has to load longer)
(Any code you write outside modules but in an impor is also in the file and gets run at main)
Thanks for all the help! I'll dare try programming with Lowerdash now that I've kind of wrapped my head around it. I hope to write some kind of tool or game using it. Maybe I'll just start with a demo.
You're planning for some kind of tutorial? I hope my questions at least helped for that.