add edit feature

This commit is contained in:
2023-12-04 13:35:40 +01:00
parent 416c163d94
commit a33a76bb06
4 changed files with 89 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import (
lua "github.com/yuin/gopher-lua"
)
const VERSION string = "2.0.10"
const VERSION string = "2.0.11"
const Usage string = `This is rpn, a reverse polish notation calculator cli.