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

Change priority of _~?_, _~_, and _#_

This commit is contained in:
Étienne Fildadut 2022-01-16 00:35:52 +01:00
parent dc0b8f627c
commit b89095bbd2
2 changed files with 22 additions and 18 deletions

View file

@ -835,8 +835,9 @@ From lowest to highest priority:
_;_ _;
_:=_ _+=_ _-=_ _//=_ _/=_ _*=_ _%=_ _^=_
_,_
_~?_ _~_ _#_
_=_
_|_ _&_ _~?_ _~_ _#_
_|_ _&_
_!=_ _==_ _>=_ _<=_ _<_ _>_
_+_ _-_
_*_ _//_ _/_ _%_