Subleq: Difference between revisions

106 bytes added ,  6 years ago
m
→‎{{header|REXX}}: added wording to the REXX section header.
(Added Julia language)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 1,346:
=={{header|REXX}}==
The REXX version supports   '''ASCII'''   and   '''EBCDIC'''   integer (glyphs)   for the message text.
 
The REXX language has no concept of a word, but for storing numbers, the default is nine decimal digits.
<lang rexx>/*REXX program simulates the execution of a One─Instruction Set Computer (OISC). */
signal on halt /*enable user to halt the simulation.*/