1gbw3(1) User Commands gbw3(1)
2
3
4
6 gbw3 - GAMBAS Web Page Interpeter
7
8
10 gbw3 [options] [<server page file>]
11
12
14 Gambas is a free development environment based on a Basic interpreter
15 with object extensions, a mix of Java(tm) and Visual Basic(tm). With
16 Gambas, you can quickly design your program GUI, access MySQL or Post‐
17 greSQL databases, pilot KDE applications with DCOP, translate your pro‐
18 gram into many languages, and so on...
19
20 gbx3 is the interpreter that allows you to compile and execute a Gambas
21 server page script.
22
23
25 -c, --nocache
26 force the script compilation (do not check cache)
27
28 -f, --fast
29 use just-in-time compiler
30
31 -h, --help
32 display help and exit
33
34 -L, --license
35 display license
36
37 -u force components loading ('comp1,comp2...')
38
39 -v, --verbose
40 be verbose
41
42 -V, --version
43 display version
44
45
47 The latest version of Gambas can always be obtained from gambas.source‐
48 forge.net, documentation about the language is at www.gambasdoc.org.
49
50
52 Report bugs to http://gambaswiki.org/bugtracker
53
54
56 Copyright© 2002, 2013 Benoît Minisini <g4mba5@gmail.com>;
57
58 This is free software; see the source for copying conditions. There is
59 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
60 PURPOSE.
61
62
63
64Ubuntu October 2013 gbw3(1)