baddc

integer-precision dc(1)
git clone git://bvnf.space/baddc.git
Log | Files | Refs | README

commit 2fe4da70f4d183072eed2ba1310cdec66c107dcd
parent 74e7e615810378ed2f7a8d9113ed846195a70abf
Author: phoebos <ben@bvnf.space>
Date:   Wed, 25 May 2022 13:09:03 +0100

manpage: I and O push not print

Diffstat:
MREADME | 4++--
Mbaddc.1 | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -50,11 +50,11 @@ DESCRIPTION i Use the top value of the stack as the new input base. - I Print the current input base. + I Push the current input base. o Use the top value of the stack as the new output base. - O Print the current output base. + O Push the current output base. % Push the second value modulus the second (the remainder after division). diff --git a/baddc.1 b/baddc.1 @@ -64,11 +64,11 @@ Divide the second value by the first, and push the result. .It i Use the top value of the stack as the new input base. .It I -Print the current input base. +Push the current input base. .It o Use the top value of the stack as the new output base. .It O -Print the current output base. +Push the current output base. .It % Push the second value modulus the second .Pq the remainder after division .