Hi all.
I'm trying to make simple check at start of my script and if check fail just interrupt script execution. I can't find a command to do this in manual. Exit, quit or something else? Can somebody help me with this?
:if ( condition = true ) do={
< your code >
}