9 ms·
FWIW in Factor you can set dynamic variables with "coolvalue" thisisthevar set or if you use the `variables` vocab, alternately: "coolvalue" set: thisist
by AndyKluger 1y ago
FWIW in Factor you can set dynamic variables with
"coolvalue" thisisthevar set
or if you use the `variables` vocab, alternately:
"coolvalue" set: thisisthevar
and lexical variables are set with
"coolvalue" :> thisisthevar