summaryrefslogtreecommitdiff
path: root/test.ra
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2026-03-28 23:51:24 +0100
committerJulian Hurst <ark@mansus.space>2026-03-28 23:51:24 +0100
commit678a38d41ba21c260ee74e1dbc516c6f5fe7222d (patch)
treeedf934167440c2a3938f9773133e42696dde42a2 /test.ra
parent85ae695db10555d4890556c2abac6c18eb4c2182 (diff)
downloadrabbitscript-678a38d41ba21c260ee74e1dbc516c6f5fe7222d.tar.gz
Add string interpolation
Diffstat (limited to 'test.ra')
-rw-r--r--test.ra5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.ra b/test.ra
index de49f3d..01eaee0 100644
--- a/test.ra
+++ b/test.ra
@@ -1,3 +1,8 @@
a=2 1 + 6 *
b=3 5 *
+
ls()
+print("hello world!")
+print("(2 + 1) * 6 = ${a}")
+print("3 * 5 = ${b}")
+mpv("--shuffle", "/home/juju/vids/Simpsons")