dentak Simple calculator program (CLI command: dentak). Requires Ruby 3.3+ gem install dentak dentak dentaku> 1 + 2 => 3 dentaku> $1,234.56 + 100 => 1334.56 dentaku> 100 * 5 | _1 + 10 => 510 dentaku> 100 * 5 | copy => 500