Previous Up Next

6.12.19  Substituting a variable by a value: ()

Another way to substitute a variable by a value, besides with the | operator or the subst command, is with something akin to functional notation. You can follow an expression or expression name with equalities of the form variable = value.


Examples.


Previous Up Next