summaryrefslogtreecommitdiff
path: root/test.ra
diff options
context:
space:
mode:
Diffstat (limited to 'test.ra')
-rw-r--r--test.ra2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.ra b/test.ra
index 01eaee0..bfe529a 100644
--- a/test.ra
+++ b/test.ra
@@ -1,8 +1,10 @@
a=2 1 + 6 *
b=3 5 *
+c="string literal ${a}"
ls()
print("hello world!")
print("(2 + 1) * 6 = ${a}")
print("3 * 5 = ${b}")
+print("strlit in var c is: ${c}")
mpv("--shuffle", "/home/juju/vids/Simpsons")