Unicode variable names: Difference between revisions

PascalABC.NET
m (→‎{{header|Wren}}: Changed to Wren S/H)
(PascalABC.NET)
 
Line 657:
 
PARI supports Unicode variable names only insofar as [[#C|C]] does.
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
begin
var Δ := 1;
Δ += 1;
Print(Δ);
end.
</syntaxhighlight>
 
 
=={{header|Peloton}}==
222

edits