Results 102 issues of Seemann

See https://github.com/sannybuilder/library/issues/64 CLEO Redux does not support `arguments` type in outputs (essentially an array of results) (0AD4, 0ADA). ~~Also it does not support output before inputs (0AD3)~~

III/VC CLEO supports type 0xE and var-length strings, and does not support fixed-length (null-terminated) strings for its opcode. It leads to a crash for Fs.DoesFileExist("gta-vc.exe") Note that currently CLEO Redux...

type:feature

when there is an error in log, CLEO prints a line in the transpiled JS file, not in the original TS file. This is confusing and makes debugging much more...

type:bug

allow a command to have optional arguments, e.g. when the calling site sets default values

complex scripts could be [organized in folders and subfolders](https://re.cleo.li/docs/en/script-lifecycle.html#organizing-scripts). For example ``` - \CLEO -- \MegaMod --- \extra ---- addon.js ---- model.mjs ---- lib.dll --- index.js ``` [import statements](https://re.cleo.li/docs/en/imports.html) allows...

https://github.com/cleolibrary/CLEO5/actions/runs/8895285526/job/24425299855

enhancement

https://www.mixmods.com.br/2015/09/skin-selector-v2-1-ml-e-v2-1-c/ results in ![fm92li](https://github.com/cleolibrary/CLEO5/assets/5698288/335dbbda-9036-47f4-a307-27521e4e3d0a)

bug

select class but leave member empty

good first issue