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:
parent
dc0b8f627c
commit
b89095bbd2
2 changed files with 22 additions and 18 deletions
|
|
@ -835,8 +835,9 @@ From lowest to highest priority:
|
|||
_;_ _;
|
||||
_:=_ _+=_ _-=_ _//=_ _/=_ _*=_ _%=_ _^=_
|
||||
_,_
|
||||
_~?_ _~_ _#_
|
||||
_=_
|
||||
_|_ _&_ _~?_ _~_ _#_
|
||||
_|_ _&_
|
||||
_!=_ _==_ _>=_ _<=_ _<_ _>_
|
||||
_+_ _-_
|
||||
_*_ _//_ _/_ _%_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue