[Lazarus] Proposal: Allow Umlaute and Accented Characters in Identifiers
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Sat Jul 4 20:11:47 CEST 2020
On 03/07/2020 3:37 pm, Michael Van Canneyt via lazarus wrote:
> I did a quick test in Delphi:
If Unicode is indeed supported in the language itself, it would
be hilarious to start seeing coding using emojis as identifiers!
:-D
https://unicode.org/emoji/charts/full-emoji-list.html
var
😀: Integer;
begin
for 😀 := 0 to 10 do
writeln(😀);
end.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the lazarus
mailing list