Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Reserved words define control constructs, data types, and Boolean states in Shogun in Shogun Post scripts. Do not use reserved words as variable names in your script commands.

The following are reserved words.

Code Block
languagetext
assert

...


boolean

...


break

...


case

...


continue

...


default

...


do

...


else

...


false

...


float

...


for

...


function

...


if

...


input

...


int

...


no

...


off

...


on

...


return

...


string

...


switch

...


toggle

...


true

...


vector

...


void

...


while

...


yes

See also input (HSL reserved word).

...