Tractus Corticospinalis

Results 15 issues of 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...

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(); } ```

![image](https://user-images.githubusercontent.com/78434481/189972544-be220246-0d7e-4cbe-b20c-111144f299e5.png)

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`.