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:
12
r/rtl2.rtl2
Normal file
12
r/rtl2.rtl2
Normal 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;
|
||||
Reference in New Issue
Block a user