You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An autonym in Déjà Vu is a variable that has its own ident as value. Examples in the Standard Library are (, ) and ]. (Not [, which is a function.)
One can make an autonym like such:
set 'q' 'q'
This can be useful for a variety of reasons. ((, ) and ] are simple sentinel values, and as such cannot have often-used values. Making them autonyms was an elegant solution, I think.)
A more convenient way to make autonyms would be to define a function: