From 4589d55f31eca548949db885eef03549fcf59235 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 28 Sep 2016 15:16:42 +0200 Subject: Align example with puzzle pastebin --- examples/working-compiler/run_once.test | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/examples/working-compiler/run_once.test b/examples/working-compiler/run_once.test index 6a399f9..e5acef1 100644 --- a/examples/working-compiler/run_once.test +++ b/examples/working-compiler/run_once.test @@ -5,7 +5,13 @@ }" "}!" defq { - 0 ==a - { /g_runninng dump a dump g }! /g deffst - 1 |g rep -} * + 5 ==i + + { "g1 called" dump i dump f }! =*g1 + g1 + + { "g2 called" dump i dump f }! =*g2 + g2 +} =*f + +f -- cgit v1.2.3