<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


#> Search:

In Double-Precision Numeric Display Words in 32-bit library

Word Name: #>
Type: Standard word
Data Stack Signature: d:x – addr len
Return Stack Signature: --
Availability: V1.2
Description:

Terminates pictured numeric output.

Example:

None

Comment:

The double value that has/was been converted is removed from the stack and is replaced with the address and length of the string that has been built in the PNO buffer. This address/length pair is suitable for use with TYPE for displaying the string in the PNO buffer.

See Also: <#  # 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>