Skip to content

Commit

Permalink
Repair defect in %FE - the second digit of the output was replaced wi…
Browse files Browse the repository at this point in the history
…th third digit - #29
  • Loading branch information
ikysil committed Sep 24, 2017
1 parent 8d33007 commit 3ae9d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/~ik/float-output.4th
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ ONLY FORTH DEFINITIONS ALSO FLOAT-OUTPUT-PRIVATE
DUP 0>
WHILE
2R>
1 /STRING
OVER C@ %C
1 /STRING
2>R
1-
REPEAT
Expand Down

0 comments on commit 3ae9d98

Please sign in to comment.