SlimShady Posted November 10, 2004 Posted November 10, 2004 I have a question: Does a loop slow down when I put comments in it?
ezzetabi Posted November 10, 2004 Posted November 10, 2004 AFAIK comments lines and blocks are removed, only comments that are inline with a command are preserved. So I guess that it won't change. ;Comment that will be removed. #cs I am an other doomed comment. #ce MsgBox(0,'','Test');Ahahah I won't be removed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now