First line of code caution

Code tips and tricks for beginners
Post Reply
Zim
Posts: 280
Joined: Mon Feb 08, 2021 9:15 pm
Has thanked: 251 times
Been thanked: 128 times

First line of code caution

Post by Zim »

"simply put an empty line at the beginning of the program.
There is actually a limitation where the first line should not contain any loop instruction"


Thanks cicciocb
User avatar
Electroguard
Posts: 835
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 267 times
Been thanked: 317 times

Re: First line of code caution

Post by Electroguard »

' Or could be a comment (perhaps script name and version etc for future reference).
Post Reply