Add Echolisp, Realbasic, Rebol, Retro, Rtl2 and Xlisp

Fixes: #533
Co-Authored-By: Alexander von Recum <avrecum@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 18:41:51 +13:00
parent 2075605fb4
commit cb67fabf2f
7 changed files with 27 additions and 0 deletions

4
r/realbasic.realbasic Normal file
View File

@@ -0,0 +1,4 @@
Function Run(args() as String) As Integer
Print "Hello World"
Quit
End Function