[Gambas-user] About help and arrays and variables
Demosthenes Koptsis
demosthenesk at ...626...
Fri Nov 19 08:49:33 CET 2010
Benoît, i am thinking seriously to undertake the work of Greek
translation of wiki (gambas help).
I ll tell for that in the future.
But for now i will stay to writing the book.
i prefer the changes to be made by someone else with more experience,
like you and i follow the translation cause some things as embedded
arrays i didnt understand it well.
in the next categorization we can add
embedded arrays
and array operator [...]
> Arrays
> > Scope (local, global)
> > Declaration of local arrays
> > Declaration of global arrays
> > Initialization
> > Static arrays
> > Dynamic arrays
Embedded arrays
Array operator [...]
is there anything else about arrays?
On Fri, 2010-11-19 at 01:37 +0100, Benoît Minisini wrote:
> > Hi again,
> >
> > i am writing my book and now i am in the section about arrays.
> >
> > i see that in help wiki the pages about arrays are mixed up with
> > variables subject.
> >
> > This is not well readable and understood.
> >
> > I feel that the arrays try to be described in a general way like
> > variables.
> >
> > For example
> >
> > 1) in http://gambasdoc.org/help/lang/vardecl?show
> >
> > the syntax is
> >
> > [ STATIC ] { PUBLIC | PRIVATE } Identifier [ Embedded array
> > declaration ] AS Datatype [ = Expression ]
> >
> > and is mentioned the [ Embedded array declaration ].
> >
> >
> > 2) in the other hand in http://gambasdoc.org/help/lang/arraydecl?show
> >
> > the infos are very mixed up. It is not easy readable and understood by a
> > beginner.
> >
> > In my book i follow the next way to describe these subjects.
> >
> > Variables
> > Scope (local, global)
> > Declaration of local vars
> > Declaration of global vars
> > Initialization
> >
> > Arrays
> > Scope (local, global)
> > Declaration of local arrays
> > Declaration of global arrays
> > Initialization
> > Static arrays
> > Dynamic arrays
> >
> > i propose to a similar way for the wiki so these subjects to be easy to
> > read and understand and not to have all the info in one or two pages all
> > together.
>
> You are right, and you can do the change if you want!
>
More information about the User
mailing list