class Sys

This class gives you access to many base functionalities of system platforms. Looks in [sys] sub packages for more system APIs.

Class Fields

static function exit(code:Int): Void

Exit the current process with the given error code.

static function print(v:Dynamic): Void

Print any value on the standard output.

static function println(v:Dynamic): Void

Print any value on the standard output, followed by a newline