From f80f005c602654abe137f152a5128c8abd81f9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Sun, 3 May 2020 21:00:05 +0200 Subject: variables setting and getting now works from bvr scripts note to future self: don't make this a turing complete language --- test/tape-test.bvr | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'test/tape-test.bvr') diff --git a/test/tape-test.bvr b/test/tape-test.bvr index c965bc1..f91ceca 100644 --- a/test/tape-test.bvr +++ b/test/tape-test.bvr @@ -1,7 +1,18 @@ -<@?s post_author anton@> +<@?s abc 1232@> +<@?g abc@> +<@?g abc@> +<@?s abc 123@> +<@?g abc@> +<@?g abc@> +<@?s ab 12@> +<@?g ab@> +<@?g ab@> # to je komentar in se ne rendera -<@?i h1@> -<@?s image_caption This is an example image.@> -<@?s example.jpg@> -<@?i image@> +<@?1 post_author@> +<@?2 image_caption This is an example image.@> +<@?3 sexample.jpg@> +<@#?4 image@> +<@?5 image@> +<@?6 image@> +<@?7 image@> in tako so srečno živeli do konca svojih dni! -- cgit v1.2.3