Next character- Cn
- Instruction: Cn%
- Parameter: % a character
- Return: true if the next character is "%".
- Description:
Returns true if the next character is "%". The parameter "%" is an absolute character belonging to the unicode set. When using multiple "Cn" instructions, it is advisable to use only one "Cg" instruction.
- Examples:
Text string: a
Braille string: 456
Condition: Cn5
Description: The character "a" is transcribed with the cell "456" if it is followed by the character "5".
Text string: biblos
Braille string: 12 234
Condition: Cn.
Description: The word "biblos" is transcribed with cell "12 234" if it is followed by the character ".".