Exit

Syntax

Konsol:Exit()

Description

Ends KonsolScript execution.

Note

Useful in some cases; read Example usage.

Example

//scenario, if user entered a wrong password, exit.
if (input NE password) {
  Konsol:Exit()
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net