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


>< Search:

In Stack Words in TurboForth Kernal

Word Name: ><
Type: Standard word
Data Stack Signature: n -- n
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Swaps bytes in a cell. E.g. 0x1234 becomes 0x3412.

Example:

none

Comment:

none

See Also: >< 

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