From 202467722565ff4a5a0b3855e90adbd371b047c0 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sun, 8 Sep 2024 12:49:10 +0200 Subject: [PATCH] update version --- Cargo.toml | 2 +- test.spl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }>}