kishtarn555 / rekarel-core

MIT License
0 stars 0 forks source link

[Bug] Line should be BEFORE the call #94

Closed kishtarn555 closed 1 month ago

kishtarn555 commented 1 month ago

Before:

line -> params -> call -> line

Now: params -> line -> call -> line.

Fixes #92