Teledyne LeCroy Merlins Wand - CSL manual (CATC Scripting Language Manual) User Manual
Page 29
Advertising
23
CATC Scripting Language for Bluetooth Analyzers
CATC
Manual Ver. 1.21
Compound statements can be used anywhere that any other kind of statement can
be used.
if (3 && 3)
{
result = "True!";
Trace(result);
}
Compound statements are required for function declarations and are commonly
used in
if
,
if-else
,
while
, and
for
statements.
Advertising