Note
ExtremeXOS does not consider the dot/period character as a de-limiter. This is different from standard TCL behavior, where dot/period is considered as a de-limiter.The following examples show various ways to define or change variables:
set var x 100
set var x ($x + 2)
set var y ($x - 100)