RosettaCodeData/Task/Unicode-variable-names/DWScript/unicode-variable-names.dw

6 lines
50 B
Plaintext

var Δ : Integer;
Δ := 1;
Inc(Δ);
PrintLn(Δ);