with
ACTION: specify a variable name prefix for assignments
USE: Allows long names to be shortened when assigning values
EXAMPLE:
dim as vector4 vectorI
with vectorI. : x=1 : y=0 : z=13 : w=0 : end with