add time support

This commit is contained in:
2024-11-18 13:18:51 +01:00
parent 3a9d753720
commit 43fcf43d1f
6 changed files with 21 additions and 6 deletions

View File

@@ -112,7 +112,8 @@ If the first parameter to rpn is a math operator or function, batch
mode is enabled automatically, see last example.
You can enter integers, floating point numbers (positive or negative)
or hex numbers (prefixed with 0x).
or hex numbers (prefixed with 0x). Time values in hh::mm format are
possible as well.
=head2 STACK MANIPULATION