String Character Length: Difference between revisions

Content deleted Content added
Haskell: Unicode information
Line 187: Line 187:


'''Compiler:''' [[GHC]] 6.6
'''Compiler:''' [[GHC]] 6.6

The base type ''Char'' defined by the standard is already intended for (plain) Unicode characters.


strlen = length "Hello, world!"
strlen = length "Hello, world!"