Technical data
2 
Working with the Target Language
2-12
"String" "Hello, World"
ASCII character strings. In 
all contexts, two strings in a 
row are concatenated to form 
the final value, as in 
"Hello, " "World", which is 
combined to form 
"Hello, World". These 
strings include all of the 
ANSI C standard escape 
sequences such as 
\n, \r, \t, 
etc.
"Subsystem" <sub1>
A subsystem identifier. 
Within the context of an 
expansion, be careful to 
escape the delimiters on a 
subsystem identifier as in:
%<x == <sub\>>.
"Vector" [ 1, 2] OR Vector(2) 
[1,2]
Vectors are lists of values. 
The individual elements of a 
vector do not need to be the 
same type, and may be any 
type except vectors or 
matrices.
Table 2-2: Target Language Values (Continued)
Value Type 
String
Example Description










