Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{{Language|REALbasic
|strength=strong
|safety=safe}}
{{implementation|BASIC}}{{IDE}}{{Compiler}}
{{language programming paradigm|Object-oriented}}
'''REALbasic''' (or '''RB''') is a [[BASIC]] compiler for [[Windows]], [[Mac OS]], and [[Linux]], made by [http://www.xojo.com/ Xojo, Inc.] It has its own [[IDE]], and projects are saved to a proprietary binary format. Unlike most BASICs, REALbasic is heavily object-oriented.
As of June 2013, the language, IDE, and company have been re-branded as [[Xojo]].
REALbasic is not compatible with other BASICs, for the most part; examples from other BASICs usually have to be completely rewritten to work in RB.
[[wp:REALbasic|The Wikipedia article]] has lots of information about REALbasic's history, capabilities, and features.

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:REALbasic

View file

@ -0,0 +1 @@
../../Task/Call-a-foreign-language-function/REALbasic

1
Lang/REALbasic/Classes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Classes/REALbasic

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/REALbasic

1
Lang/REALbasic/Echo-server Symbolic link
View file

@ -0,0 +1 @@
../../Task/Echo-server/REALbasic

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/REALbasic

View file

@ -0,0 +1 @@
../../Task/File-input-output/REALbasic

View file

@ -0,0 +1 @@
../../Task/File-modification-time/REALbasic

1
Lang/REALbasic/Forest-fire Symbolic link
View file

@ -0,0 +1 @@
../../Task/Forest-fire/REALbasic

View file

@ -0,0 +1 @@
../../Task/Function-definition/REALbasic

1
Lang/REALbasic/HTTP Symbolic link
View file

@ -0,0 +1 @@
../../Task/HTTP/REALbasic

1
Lang/REALbasic/HTTPS Symbolic link
View file

@ -0,0 +1 @@
../../Task/HTTPS/REALbasic

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/REALbasic

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/REALbasic

View file

@ -0,0 +1 @@
../../Task/Hello-world-Web-server/REALbasic

View file

@ -0,0 +1 @@
../../Task/Read-entire-file/REALbasic

View file

@ -0,0 +1 @@
../../Task/Rename-a-file/REALbasic

View file

@ -0,0 +1 @@
../../Task/Repeat-a-string/REALbasic

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Bubble-sort/REALbasic

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Insertion-sort/REALbasic

1
Lang/REALbasic/URL-encoding Symbolic link
View file

@ -0,0 +1 @@
../../Task/URL-encoding/REALbasic

View file

@ -0,0 +1 @@
../../Task/Variadic-function/REALbasic

View file

@ -0,0 +1 @@
../../Task/Walk-a-directory-Recursively/REALbasic