.TT60 JSR TT27 ; Print the text token in A and fall through into TTX69 ; to print the paragraph breakName: TT60 [Show more] Type: Subroutine Category: Text Summary: Print a text token and a paragraph breakContext: See this subroutine in context in the source code References: This subroutine is called as follows: * TT213 calls TT60 * TT25 calls TT60
Print a text token (i.e. a character, control code, two-letter token or recursive token). Then print a paragraph break (a blank line between paragraphs) by moving the cursor down a line, setting Sentence Case, and then printing a newline.
Arguments: A The text token to be printed
[X]
Subroutine TT27 (category: Text)
Print a text token