Profesores, putting semicolons in your code is optional in squirrel.
@Edit:
You must be putting semicolns in end of the line:
-When it's part of syntax (like for loops)
-When two lines of code can be interpreted ambiguity.
Check this out:
https://stackoverflow.com/questions/1686...onventions
Also, you can put semicolons at the end of every operation, put it's not required in most cases.
@Edit:
You must be putting semicolns in end of the line:
-When it's part of syntax (like for loops)
-When two lines of code can be interpreted ambiguity.
Check this out:
https://stackoverflow.com/questions/1686...onventions
Also, you can put semicolons at the end of every operation, put it's not required in most cases.