Feature #7807
ficl: add xemit, dollar-prefix and UGreaterThan
Start date:
2017-01-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Need xemit to support output of multibyte chars (http://forth-standard.org/standard/xchar/XEMIT). Also missing u> and $ prefix for hexadecimal chars - ficl does provide 0x prefix, but $ is quite commonly used for hex prefix as well, so it would be nice to have it in place.
Updated by Electric Monk about 4 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 152e37535e8b789548779eeaa07618c7c3c01bdc
commit 152e37535e8b789548779eeaa07618c7c3c01bdc Author: Toomas Soome <tsoome@me.com> Date: 2017-02-02T12:31:12.000Z 7807 ficl: add xemit, dollar-prefix and UGreaterThan Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>