Previous Up Next

6.12.17  Substituting a variable by a value: |

The | operator is an infixed operator that evaluates an expression after giving values to some variables. It does not evaluate the expression before the variables are replaced by the requested values.


Examples.


Previous Up Next