aboutsummaryrefslogtreecommitdiff
path: root/example.tsl
diff options
context:
space:
mode:
Diffstat (limited to 'example.tsl')
-rw-r--r--example.tsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.tsl b/example.tsl
index 501ddaa..18253a8 100644
--- a/example.tsl
+++ b/example.tsl
@@ -75,4 +75,5 @@ value1 = value1 + 23
# loadca "https://example.com"
# callc 2
# setv "response"
-response = $(curl https://example.com) \ No newline at end of file
+response = $(echo hello world)
+# compile error (empty command): $() \ No newline at end of file