Tractus Corticospinalis
Tractus Corticospinalis
**What this PR does / why we need it**: - Provides a better readability of the official readme. **Which issue(s) this PR fixes**: - CompuPhase's readme. Fixes # **What kind...
### Issue description: Simply said - `JUMP` mnemonic doesn't work. ```pawn stock func(params) { #emit JUMP cool somecode; cool: some othercode; return 1; } ``` ### Workspace Information: * Compiler...
Reopen the request #609.
Maybe add classes and objects like in C++? ```pawn class TestClass { new var; stock func() printf("Var: %i", var); }; main() { TestClass TestObj; TestObj.var = 1; TestObj.func(); } ```

Many scripters across the PAWN community use the `.pwn` file extension (including me) instead of `.p` (for some reason this reminds of Pascal) or `.pawn`.