31.08.2009, 22:33
Setting semicolon to zero (as I always do) has no disadvantages. It's technically (more) valid PAWN seeing how all the tutorials are all written in colon-less expressions. Now if there was a pragma to make it as similiar to the lang.pdf, where you can do:
pawn Код:
main()
{
printf "%s", "hai"
}