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.

NOTES

Updated source code and most documentation about Gambas can be found at http://gambas.sf.net.

BUGS

Bugs are filed at http://gambaswiki.org/bugtracker.

SEE ALSO

gambas3(1), gba3(1), gbc3(1), gbh3(1), gbi3(1), gbr3(1), gbw3(1), gbx3(1)
2018-10-28 Debian