1Gambas(1)                                                            Gambas(1)
2
3
4

NAME

6       gambas3 - Integrated Development Environment
7
8

SYNOPSIS

10       gambas3 [options] [<project directory>]
11
12

DESCRIPTION

14       Gambas is, before all, a Basic language with object extensions.  A pro‐
15       gram written with Gambas is a set  of  files.  Each  file  describes  a
16       class,  in  terms  of object programming. The class files are compiled,
17       then executed by an interpreter. From this point of view,  it  is  very
18       inspired by Java.
19
20       Gambas is made up of the following programs:
21
22           * A compiler.
23           * An interpreter.
24           * An archiver.
25           * A graphical user interface component.
26           * A development environment.
27
28       The  development environment is written with Gambas itself, so that you
29       can see the abilities of the language.
30
31       gambas3 starts the Integrated Development Environment.
32
33

OPTIONS

35       -V, --version
36              display version
37
38       -L, --license
39              display license
40
41       -h, --help
42              display help and exit
43
44

AVAILABILITY

46       The latest version of Gambas can always be obtained from gambas.source‐
47       forge.net,   documentation   about   the  language  is  at  http://gam
48       baswiki.org/wiki.
49
50

REPORTING BUGS

52       Report bugs to http://gambaswiki.org/bugtracker
53
54
56       Copyright© 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                        Gambas(1)
Impressum