View Full Version : yeh so during...
runtime, comments are not loaded into main memory along with the program as comments are ignored by the compiler.
I say true, who says false?
SnakeEyes
03-28-03, 01:43 PM
Runtime- compilers don't work that way. Compiled code has already been stripped of comments and other such nuances, and transformed into object code (then linked, etc. to form the executable).
If you mean interpreters ignore comments, I'd have to agree. Interpreted languages may have comments, which are ignored by the interpreter at runtime as it moves through the logical flow of statements in the source files. ;)
Yeh, sorry that's what I ment. :lol:
sytaylor
03-29-03, 01:37 PM
spot the vb n00b :p
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.