Real word- Wr
- Instruction: Wr
- Parameter: none
- Return: true if you are on a real word formed only by letters
- Description:
Returns true if the index is on a real word. A real word is any word consisting only of letters. The word may have adjacent punctuation or other characters, but not numbers.
- Examples:
Text string: blo
Braille string: 12 123
Condition: Wr
Description: If the string "blo" is part of a real word, the condition is true, so the cells "12 123" are used for transcription. For example, in the word "biblos" the code is used. But in the word "biblos5" the code is not used.