This commit is contained in:
Ingy döt Net 2013-10-27 22:24:23 +00:00
parent 6f050a029e
commit 776bba907c
3887 changed files with 59894 additions and 7280 deletions

View file

@ -3,7 +3,9 @@
|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.realsoftware.com/ REAL Software, Inc.] It has its own [[IDE]], and projects are saved to a proprietary binary format. Unlike most BASICs, REALbasic is heavily 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.

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

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

View file

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