Difference between revisions of "Gambas/syntax/control"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas‎ | syntax
Jump to navigation Jump to search
(Created page with "* IF / ENDIF * [http://gambasdoc.org/help/cat/loop Loop Control Structures] * [http://gambasdoc.org/help/cat/misc Miscellaneous Control Structures] * [http://gambasdoc.org/he...")
 
(more (especially SELECT))
 
Line 1: Line 1:
 
* IF / ENDIF
 
* IF / ENDIF
* [http://gambasdoc.org/help/cat/loop Loop Control Structures]
+
* LOOP
 +
** [http://gambaswiki.org/wiki/lang/loop new] [http://gambasdoc.org/help/cat/loop old]
 +
* SELECT CASE
 +
** [http://gambaswiki.org/wiki/lang/select new]
 +
==Links==
 +
===Old Documentation===
 
* [http://gambasdoc.org/help/cat/misc  Miscellaneous Control Structures]
 
* [http://gambasdoc.org/help/cat/misc  Miscellaneous Control Structures]
 
* [http://gambasdoc.org/help/cat/test Test Control Structures & Functions]: IF/THEN/ELSE/ENDIF; SELECT CASE; Choose(); Iif()
 
* [http://gambasdoc.org/help/cat/test Test Control Structures & Functions]: IF/THEN/ELSE/ENDIF; SELECT CASE; Choose(); Iif()

Latest revision as of 20:49, 26 April 2015

Links

Old Documentation