BLOCK.PRINT, BLOCK.TERM |
![]() ![]() ![]() |
The BLOCK.PRINT command prints text on the default printer using large characters. The BLOCK.TERM is similar but directs its output to the terminal
Format
BLOCK.PRINT text
BLOCK.TERM text
where
The BLOCK.PRINT and BLOCK.TERM commands print text using a large font constructed from a 7 x 7 matrix of characters. On an 80 character printer or terminal, a maximum of 8 characters will fit on a line. The command will wrap long text across multiple lines, breaking on spaces where possible. |