From TeleFlow
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Immediately exits the script.
Syntax
- EXIT
Related Steps
BasicScript
Examples
BasicScript code
| Result
|
@A = "Hello world"
| Hello world
|
Print "@A"
|
|
EXIT
|
|
PRINT "Hello again"
|
|