Kernel 0.94+

This commit is contained in:
Rémy GIBERT 2021-04-12 21:51:06 +02:00
parent 2e4c5e3eb6
commit 632a6693f2
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ This document lists all of the **Forth Words** supported in the A2osX implementa
| 0< | ( n - f ) | Working | True if top number negative |
| 0= | ( n - f ) | Working | True if top number zero |
| . | ( n - ) | Working | Print number |
| U. | ( u - ) | Working | Print UNSINGED number |
| .R | ( n u - ) | | Print number, right-justified in u column |
| D. | ( d - ) | | Print double-precision number |
| D.R | ( d u - ) | | Print double-precision number in u column |