Search⌘ K

Characters

Explore the character data type in ReasonML by understanding how to represent single characters, use methods like print_char(), and convert between characters and ASCII values. Learn to manipulate characters effectively within your ReasonML programs.

We'll cover the following...

Characters

The character data type holds a single character enclosed in single quotation marks, e.g. 'a'.

The world of characters.
The world of characters.

A character ...