[BUG] Repaired types on some parameters.

[FEAT] Implemented struct, still testing.
[FEAT] Implemented var, still testing.
This commit is contained in:
2021-05-04 10:24:35 +02:00
parent c99d5ab781
commit 567710779a
10 changed files with 96 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ enum OPS {
OP_JTR,
OP_RET,
OP_CALL,
OP_CALLEX, // AFEGIT PER A JAILSCRIPT
OP_CALLEX, // AFEGIT PER A JAILBASIC
OP_ADD,
OP_SUB,