Unicode variable names: Difference between revisions

Simpler D code
(Added D entry)
(Simpler D code)
Line 11:
 
void main() {
auto ΔxΔ = 1;
ΔxΔ++;
writeln(ΔxΔ);
}</lang>
You can use any of the following:
Anonymous user