update version

This commit is contained in:
Daniella 2024-09-08 12:49:10 +02:00
parent 89e6eff198
commit 2024677225
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "spl" name = "spl"
version = "0.3.1" version = "0.3.2"
edition = "2021" edition = "2021"
description = "Stack Pogramming Language: A simple, concise scripting language." description = "Stack Pogramming Language: A simple, concise scripting language."
license = "MIT" license = "MIT"

View file

@ -154,7 +154,7 @@ func main { int | with args ;
100 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 * i 2 *
"calculated " i _str concat println "calculated " i _str concat println
}>} }>}