You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1-05_integer-to-character-conversions.asciidoc says in the Discussion section: "For example, the expression (map char (range 0x0410 0x042F)) prints out all the Cyrillic capital letters."
One last letter is missing though. The range should be (range 0x0410 0x0430).