Nested function: Difference between revisions

Replace println() with print(); replace output "syntaxhighlight" tag with "pre" tag
(Replace println() with print(); replace output "syntaxhighlight" tag with "pre" tag)
Line 541:
{
@Inject Console console;
console.printlnprint(makeList(". "));
}
}
</syntaxhighlight>
 
{{out}}
Output:
<pre>
<syntaxhighlight>
1. first
2. second
3. third
</pre>
</syntaxhighlight>
 
=={{header|Elena}}==
162

edits