Closed darrylabbate closed 1 year ago
ord('abcd') should be equivalent to 'abcd' when character literals were supported (removed in e8bd41d)
ord('abcd')
'abcd'
cc:
Not reopening this (yet); simply documenting that while this makes since for ASCII codes, this feature is questionable wrt Unicode code points.
ord('abcd')
should be equivalent to'abcd'
when character literals were supported (removed in e8bd41d)