I'm getting into programming in casio basic and have some questions about it.
Say I have a program with two lines of code, does putting the two lines of code onto one line using the colon take up less storage space?
Can I use whitespace? And if so does it affect the amount of bytes the program takes up?
Is there some sort of automatic garbage collection for variables?
Is there variable scope? If so how does it work?
I'll probably add more questions to this post as time goes on.