Subject: Symbols similiar to defined in c++ ?????
From: Servando Garcia <garcia.servando gmail.com>
Date: Sun, 5 Mar 2006 04:29:06 +0900
would it be safe to say that I can use symbols in the same manner as a
defined variable in c++
define n 9
void main()
{
for (index=0; while index < n,index++)
print index
while
}