Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
akkartik
4550 days ago |
link
|
parent
Yeah, I went through a similar thought process.
One possibility is to pin a clause at the front:
def g(x) :priority-case (x = 1) (prn "one")
It generalizes to your high/medium/low categories, but perhaps it's useful if you permit exactly one priority clause (newer ones overwrite it).