Reverse Polish Notation (math package)

This commit is contained in:
2025-09-19 19:37:43 +10:00
parent 5f65c1b42b
commit 340fb67e98
5 changed files with 180 additions and 47 deletions

View File

@@ -8,4 +8,8 @@ Please note that you cannot copy a single function from the package, as some fun
### fun -string !ltos -list &inlist
Converts a list to a string, in the format [$item1, $item2, $item3, ...] (no prerequisites).
Converts a list to a string, in the format [$item1, $item2, $item3, ...] (no prerequisites).
### fun -list !listremove -list &input
Removes the last item from a list.