While I was working on Dash's cogs, I discovered an interesting difference between commenting symbols. The '#' is for commenting anywhere in the cog, but the '//' symbol can only be used in the symbols or code section. If it's used anywhere else, JK counts it as a syntax error.
And also, having symbols//comment will also count as a syntax error. There must be a space inbetween. However, with the pound sign, a space is not needed.
Spaces are not allowed in a flags assignment. If there's a space on either side of the equals sign, JK will "disable" the cog. I had an unusual error stating my cog was disabled and could not receive messages when I had the flags assignment spaced out.
I'll correct my utilities and provide a more complete explanation in the DataMaster as soon as I can.
------------------
Author of the JK DataMaster, Parsec, and the EditPlus Cog Files.
Visit Saber's Domain.
And also, having symbols//comment will also count as a syntax error. There must be a space inbetween. However, with the pound sign, a space is not needed.
Spaces are not allowed in a flags assignment. If there's a space on either side of the equals sign, JK will "disable" the cog. I had an unusual error stating my cog was disabled and could not receive messages when I had the flags assignment spaced out.
I'll correct my utilities and provide a more complete explanation in the DataMaster as soon as I can.
------------------
Author of the JK DataMaster, Parsec, and the EditPlus Cog Files.
Visit Saber's Domain.