History variables: Difference between revisions

m
m (→‎{{header|Wren}}: Changed to Wren S/H)
imported>Arakov
 
Line 892:
 
=={{header|Elena}}==
ELENA 56.0x :
<syntaxhighlight lang="elena">import extensions;
import system'collections;
Line 944:
console.printLine(o);
o.forEach:(printingLn);
o.undo().undo().undo();
Anonymous user