Interactive programming (repl): Difference between revisions

m
(→‎Insitux: inclusion)
imported>Arakov
Line 384:
ELENA Script is a subset of the general language. ELT (Virtual machine terminal) can work in REPL mode
<syntaxhighlight lang="elena">
c:\Alex\ELENA\bin>elt-cli
ELENA command line VM terminal 56.10.137 (C)20112021-202023 by AlexeiAleksey Rakov
ELENA VM 56.10.1725 (C)20052022-20202023 by AlexAleksey Rakov
Initializing...
-q - quit
Done...
-c - clear
-h - help
-l <path> - execute a script from file
-p<script>; - prepend the prefix code
{ <script>; }*
<script> - execute script
 
>f-pf(s1,s2,sep){^ s1 + sep + sep + s2 };
 
>f("Rosetta","Code",":")
Anonymous user