Code:
var
අ,ස:integer;
begin
for ස := 0 to 10 do
begin
writeln(ස);
for අ := ස to 10 do
write('ස');
end;
end.
The above code runs perfect and I mean PERFECT when compiled in Delphi 2009. I dont know about you guys but I just discovered a programming language that supports Unicode variables and which is not based on or around an interpreter!

Last edited:
