aboutsummaryrefslogtreecommitdiff
path: root/example.tsl
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-20 23:00:39 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-20 23:00:39 +0100
commit108018e3e7326dabbbef568ab08bc5cebf5d427b (patch)
tree7c9a522276aea7015638492592eba02615b78d43 /example.tsl
parent50c928d224bff0af322f23a7d2b842cd54aa2e68 (diff)
Add arithmetic, implement hash map
Diffstat (limited to 'example.tsl')
-rw-r--r--example.tsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/example.tsl b/example.tsl
index cfb3f5a..b81af3d 100644
--- a/example.tsl
+++ b/example.tsl
@@ -16,4 +16,6 @@ value9 = {
str = value9["hello"]
value9["sayHello"]()
+value1 = value1 + 23
+
response = $(curl https://example.com) \ No newline at end of file