In this example, X evaluates to 12. If a decimal point is added to the concatenated variables, as in:
.SET C TO 1; .SET D TO 2; .SET X TO &C..&D;
X then evaluates to 1.2.
In this example, X evaluates to 12. If a decimal point is added to the concatenated variables, as in:
.SET C TO 1; .SET D TO 2; .SET X TO &C..&D;
X then evaluates to 1.2.