OpenBoot 3.x Quick Reference

Manipulating Text Strings

Table 1-28 Manipulating Text Strings

" Ccc"

( -- adr len )

Collect an input stream string. 

." ccc"

( -- )

Compile a string for later display. 

bl

( -- char )

ASCII code for the space character; decimal 32.  

count

( pstr -- adr +n )

Unpack a packed string. 

p" ccc"

( -- pstr )

Collect a string from the input stream; store as a packed string.