From 678a38d41ba21c260ee74e1dbc516c6f5fe7222d Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sat, 28 Mar 2026 23:51:24 +0100 Subject: Add string interpolation --- test.ra | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.ra') 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") -- cgit v1.2.3