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

12
r/rtl2.rtl2 Normal file
View File

@@ -0,0 +1,12 @@
TITLE Hello World;
LET NL=10;
EXT PROC(REF ARRAY BYTE) TWRT;
ENT PROC INT RRJOB();
TWRT("Hello World#NL#");
RETURN(1);
ENDPROC;