This {} could not place in the page
Posted: Wed Apr 05, 2006 4:14 am
Hi, I installed 0.121 and try use it to place some code. But when I place some code like this
for (x=0; x<10; x++)
{
y=y+x;
}
once submit the page, it could not display. Only remove the {} then the page come out.
Is it a bug?
for (x=0; x<10; x++)
{
y=y+x;
}
once submit the page, it could not display. Only remove the {} then the page come out.
Is it a bug?