From b5fa71c7105dbee28d9c6a4b4422c58d1ed4a1d3 Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Mon, 7 Jul 2025 15:51:56 +0200 Subject: [PATCH] Add test program that stores test result for use in later IF --- wip-duuqnd/user-side-compiler/example-4.c6l | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wip-duuqnd/user-side-compiler/example-4.c6l diff --git a/wip-duuqnd/user-side-compiler/example-4.c6l b/wip-duuqnd/user-side-compiler/example-4.c6l new file mode 100644 index 0000000..242a62a --- /dev/null +++ b/wip-duuqnd/user-side-compiler/example-4.c6l @@ -0,0 +1,8 @@ +y = random() +x = 5 == y + +if x then + if y >= 4 then + x = 0 + end +end \ No newline at end of file