Next equal character- Cf
- Instruction: Cf
- Parameter: none
- Return: true if the next character is equal
- Description:
Returns true if the next character is equal to the last character in the text string. This instruction does not want any parameters. The status of upper/lower case is considered when comparing letters.
- Examples:
Text string: a
Braille string: 456
Condition: Cf
Description: The letter "a" is transcribed with the cell "456" if there is another "a" after it.
Text string: biblos
Braille string: 456
Condition: Cf
Description: The word "biblos" is transcribed with cell "456" if there is an "s" after it.