mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:51:16 +00:00
- get/setlocal_x renamed to get/setlocalx - QName casing changed from Qname Better increment/decrement detection, chained assignments.
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
#version 4
|
|
program
|
|
minorversion 16
|
|
majorversion 46
|
|
|
|
#include "Main.script.asasm"
|
|
#include "tests/TestDupAssignment.script.asasm"
|
|
#include "tests/TestIncrement.script.asasm"
|
|
|
|
end ; program
|