1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 17:19:31 +00:00

Clean implementation of 👁️ and no longer increment 🏁 on checkpoint execution (redundant with 👁️)

This commit is contained in:
Étienne Fildadut 2022-10-03 18:10:47 +09:00
parent f79e2f5716
commit 2ff494d108
12 changed files with 115 additions and 77 deletions

View file

@ -4,10 +4,10 @@ _[20]={}
_[19]={}
_[18]={}
_[17]={}
_[16]={tags=_[21],text="c"}
_[15]={tags=_[20],text="a"}
_[14]={tags=_[19],text="c"}
_[13]={tags=_[18],text="b"}
_[16]={tags=_[21],text="a"}
_[15]={tags=_[20],text="c"}
_[14]={tags=_[19],text="b"}
_[13]={tags=_[18],text="a"}
_[12]={tags=_[17],text="c"}
_[11]={_[16]}
_[10]={_[15]}
@ -26,6 +26,10 @@ return {_[1],_[2],_[3],_[4],_[5],_[6]}
tags = {},
text = "c"
} } }
{ "text", { {
tags = {},
text = "a"
} } }
{ "text", { {
tags = {},
text = "b"
@ -38,9 +42,5 @@ return {_[1],_[2],_[3],_[4],_[5],_[6]}
tags = {},
text = "a"
} } }
{ "text", { {
tags = {},
text = "c"
} } }
{ "return" }
]]--