Scroll to navigation
GBS3(1) |
User Commands |
GBS3(1) |
NAME¶
gbs3 - GAMBAS Scripter
SYNOPSIS¶
gbs3 [options] <script file>
DESCRIPTION¶
gbs3 is the interpreter that compiles and executes Gambas scripts.
OPTIONS¶
- -u
- Forces components loading ('comp1,comp2...').
- -e
- Executes the source code that is provided by the command line with a ':'
separator.
- -c, --nocache
- Forces script compilation. Does not check the cache.
- -v, --verbose
- Enables verbose output.
- -V, --version
- Displays the program's version.
- -L, --license
- Displays the program's license.
- -h, --help
- Displays help information.