Previous character- Cp
- Instruction: Cp%
- Parameter: % a character
- Return: true if the previous character is "%".
- Description:
Returns true if the preceding character is "%". The parameter "%" is an absolute character belonging to the unicode set. In case of using multiple "Cp" instructions, it is advisable to use only one "Ch" instruction.
- Examples:
Text string: a
Braille string: 456
Condition: Cp5
Description: The character "a" is transcribed with the cell "456" if it is preceded by the character "5".
Text string: biblos
Braille string: 12 234
Condition: Cp.
Description: The word "biblos" is transcribed with cell "12 234" if it is preceded by the character ".".