You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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();
```