Category:RapidQ: Difference between revisions

From Rosetta Code
Content added Content deleted
m (changed Wikipedia link to 'wp:')
(Using tags param instead of ntoing it on the page)
Line 3: Line 3:
|safety=safe
|safety=safe
|checking=static
|checking=static
|parampass=both
|parampass=both}}'''RapidQ''' (also known as Rapid-Q) is a free, cross-platform, semi-[[object-oriented language|object-oriented]] [[BASIC]] [[programming language]]. It can create console, [[GUI]], and CGI applications. The [[IDE]] includes a drag-and-drop form designer, syntax highlighting and single button compilation.
|tags=rapidq}}'''RapidQ''' (also known as Rapid-Q) is a free, cross-platform, semi-[[object-oriented language|object-oriented]] [[BASIC]] [[programming language]]. It can create console, [[GUI]], and CGI applications. The [[IDE]] includes a drag-and-drop form designer, syntax highlighting and single button compilation.


== Rosetta Code examples ==
== Rosetta Code examples ==
Most [[BASIC]] examples work with RapidQ directly or with small modifications. Therefore, RapidQ specific examples are only needed in cases where RapidQ differs from standard BASIC. This typically means file handling, graphics, GUI functions and [[object-oriented programming]].
Most [[BASIC]] examples work with RapidQ directly or with small modifications. Therefore, RapidQ specific examples are only needed in cases where RapidQ differs from standard BASIC. This typically means file handling, graphics, GUI functions and [[object-oriented programming]].

There is no [[Help:GeSHi#Supported_source_tags|syntax highlighting support]] for RapidQ here in Rosetta Code.
However, let's use the tag <lang rapidq> ... </lang> to mark the code blocks, in case the support will be added some day.

==Citations==
==Citations==
* [[wp:RapidQ|Wikipedia's RapidQ entry]]
* [[wp:RapidQ|Wikipedia's RapidQ entry]]

Revision as of 19:07, 7 August 2009

Language
RapidQ
This programming language may be used to instruct a computer to perform a task.
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type checking: Static
Lang tag(s): rapidq
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using RapidQ.

RapidQ (also known as Rapid-Q) is a free, cross-platform, semi-object-oriented BASIC programming language. It can create console, GUI, and CGI applications. The IDE includes a drag-and-drop form designer, syntax highlighting and single button compilation.

Rosetta Code examples

Most BASIC examples work with RapidQ directly or with small modifications. Therefore, RapidQ specific examples are only needed in cases where RapidQ differs from standard BASIC. This typically means file handling, graphics, GUI functions and object-oriented programming.

Citations