Interactive programming (repl): Difference between revisions

Content added Content deleted
(→‎Insitux: inclusion)
Line 670: Line 670:


WRITE(ClipBoard) TRIM(A) // ':' // TRIM(C) // TRIM(B) ! Rosetta::Code</syntaxhighlight>
WRITE(ClipBoard) TRIM(A) // ':' // TRIM(C) // TRIM(B) ! Rosetta::Code</syntaxhighlight>

=={{Header|Insitux}}==

First is the system shell, when Insitux has been already been installed system-wide (<code>npm i -g insitux</code>).

<pre>
$ npx ix
Insitux 230728 REPL
❯ (function f s1 s2 sep (str s1 sep sep s2))
❯ (f "Rosetta" "Code" ":")
Rosetta::Code
</pre>


=={{header|Io}}==
=={{header|Io}}==