V (MPI)
From Tapestries MUCK
v
{v:var} {&var}
These are two ways of trying to do the same thing.
They return the value of the named variable var. If there is no variable with the given name currently defined, then this gives an error stating as much.
Variables can be defined either with the {with:} function or within a looping command.