⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

== Confusing not really DC in BusyBox ==

Quoting https://busybox.net/downloads/BusyBox.html at 20190227-1940-GMT:

== dc ==

dc expression...

Tiny RPN calculator. Operations: +, add, -, sub, *, mul, /, div, %, mod, **, exp, and, or, not, eor, p - print top of the stack (without altering the stack), f - print entire stack, o - pop the value and set output radix (value must be 10 or 16). Examples: 'dc 2 2 add' -> 4, 'dc 8 8 * 2 2 + /' -> 16.

End of quote.

How can this non-implementation be mentioned? Should it?

--[[User:Yeti|Yeti]] ([[User talk:Yeti|talk]]) 19:32, 27 February 2019 (UTC)


== Heirloom Dc ==

Just as reminder to somewhen mention it: https://github.com/aksr/heirloom/tree/master/heirloom/dc

--[[User:Yeti|Yeti]] ([[User talk:Yeti|talk]]) 19:43, 27 February 2019 (UTC)