d.  ( d -- )

published: 29 January 2023 / updated 29 January 2023

Lire cette page en français

 

vocabulary: forth

Removes the double value from the top of the stack and displays it as a signed double precision integer.

Example:

1. d.                   \ display 1 
1. 2. d.                \ display 2  leave 1 on the stack 
1. 2. d+ d.             \ display 3  add 1 and 2, leave nothing on the stack