Hapter, Eywords – Teledyne LeCroy CATC Scripting Language Reference Manual User Manual

Page 22

Advertising
background image

C

HAPTER

6

Keywords

CATC Scripting Language for USB

18

C

HAPTER

6: K

EYWORDS

Keywords are reserved words that have special meanings within the language. They
cannot be used as names for variables, constants or functions.

In addition to the operators, the following are keywords in CSL:

Keyword

Usage

select

select

expression

set

define a global variable

const

define a constant

return

return

statement

while

while

statement

for

for

statement if

if

statement

else

if-else

statement

default

select

expression

null

null value

in

input context

out

output context

Table 6.1: Keywords

Advertising