When I make a mistype or something wrong in sq script file,
the sq utility can not check the syntax error.
for example,
class Temp
{
function TMP()
{
kldfjkldsjflksdjfklsjdf
}
}
this code have no problem with sq -c
so how can I check the syntax ?
there is no way?
thank you for your answer :)