update version
This commit is contained in:
parent
89e6eff198
commit
2024677225
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "spl"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
edition = "2021"
|
||||
description = "Stack Pogramming Language: A simple, concise scripting language."
|
||||
license = "MIT"
|
||||
|
|
2
test.spl
2
test.spl
|
@ -154,7 +154,7 @@ func main { int | with args ;
|
|||
100
|
||||
}
|
||||
|
||||
func cached-test { mega | 1 "cached-test" cache< { mega | with i ;
|
||||
func cached-test { mega | 1 "cached-test" cache<{ mega | with i ;
|
||||
i 2 *
|
||||
"calculated " i _str concat println
|
||||
}>}
|
||||
|
|
Loading…
Add table
Reference in a new issue