diff --git a/Cargo.toml b/Cargo.toml index b13b477..52950ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/test.spl b/test.spl index e11cce3..e5c5045 100644 --- a/test.spl +++ b/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 }>}