Skip to content
Chase Willden edited this page Apr 27, 2016 · 1 revision

Supported Operations

### fs The base object for all current application related items. #### platform [string] Returns the platform the code is being executed on. ##### Example ```go string platform = App.platform; ``` #### quit [Function] \(int exitNumber) Terminates the program immediately. An optional exitNumber may be passed through. ##### Example ```go App.quit(); ``` #### quit [Function] \(int exitNumber) Terminates the program immediately. An optional exitNumber may be passed through. ##### Example ```go quit(); ```

Clone this wiki locally