added swap stack command, bump version (#2)

This commit is contained in:
T.v.Dein
2023-11-06 16:11:12 +01:00
committed by GitHub
parent b5430403fd
commit dac5c0967a
4 changed files with 34 additions and 17 deletions

View File

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