mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-16 20:11:02 +01:00
14 lines
91 B
Plaintext
14 lines
91 B
Plaintext
stdin input.txt
|
|
exec rpn
|
|
[unix] stdout '28\n'
|
|
|
|
-- input.txt --
|
|
10
|
|
10
|
|
+
|
|
>SUM
|
|
clear
|
|
8
|
|
<SUM
|
|
+
|