FI

FI

FI ends an if statement. Same as ENDIF. For more information see IF.

Example

foo = 1
if foo == 1 then
  print "one"
fi