kishtarn555 / rekarel-core

MIT License
0 stars 0 forks source link

[Feature] Invert Parameters #101

Closed kishtarn555 closed 1 month ago

kishtarn555 commented 1 month ago

F(param1, param2, param3)

Are calculated and stored in the stack in order 3, 2, 1.

Well, we have now specified they need to be backwards, 1, 2, 3.