add comments support (#7)

This commit is contained in:
T.v.Dein
2023-11-07 14:18:46 +01:00
committed by GitHub
parent e963a770a7
commit 2ce8cc7a7e
5 changed files with 90 additions and 3 deletions

10
rpn.pod
View File

@@ -213,6 +213,16 @@ Search through history.
=back
=head1 COMMENTS
Lines starting with C<#> are being ignored as comments. You can also
append comments to rpn input, e.g.:
# a comment
123 # another comment
In this case only 123 will be added to the stack.
=head1 EXTENDING RPN USING LUA
You can use a lua script with lua functions to extend the