1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

LuaFunction cleanup: replace by LuaCall

This commit is contained in:
Étienne Fildadut 2024-01-07 20:31:28 +01:00
parent 85d17e9519
commit 51ad18c5a4
22 changed files with 192 additions and 162 deletions

View file

@ -2,14 +2,14 @@
--- text ---
| {}"a" |
--- text ---
| {}"c" |
--- text ---
| {}"b" |
--- text ---
| {}"c" |
--- text ---
| {}"a" |
--- text ---
| {}"b" |
| {}"c" |
--- return ---
()
--# saved #--
{"a.checkpoint":false, "a.run":2, "b.checkpoint":false, "b.run":2, "c.checkpoint":false, "c.run":1}
{"a.checkpoint":false, "a.run":1, "b.checkpoint":false, "b.run":1, "c.checkpoint":false, "c.run":3}