Unique characters: Difference between revisions

m
(Added Algol 68)
Line 132:
 
=={{header|ALGOL 68}}==
Case sensitive. This assumes a small character set (e.g. ASCII where max abs char is 255). Would probably need some work if CHAR is Unicode.
Case sensitive.
<lang algol68>BEGIN # find the characters that occur once only in a list of stings #
# returns the characters that occur only once in the elements of s #
3,028

edits