Các lỗi của Pawno khi Compile
-Pawno Error:
1*001: expected token
2*002: only a single statement (or expression) can follow each “case”
3* 004: function "x" is not implemented
4* 025: function heading differs from prototype
5* 035: argument type mismatch (argument x)
6*036: empty statement
7* 046: unknown array size (variable x)
8*047: array sizes do not match, or destination array is too small
9*055: start of function body without function header
10*100: cannot read from file: "<file>"
-Pawno Warning:
1*202: number of arguments does not match definition
2*203: symbol is never used: "symbol"
3*204: symbol is assigned a value that is never used: "symbol"
4*209: function should return a value
5*211: possibly unintended assignment
6*213: tag mismatch
7*217: loose indentation
8*219: local variable "foo" shadows a variable at a preceding level
9*225: unreachable code
10*235: public function lacks forward declaration (symbol "symbol")
-Cách khắc phục Error/Warning:
Update...........