diff options
| author | Drahflow <drahflow@gmx.de> | 2016-09-28 15:16:42 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2016-09-28 15:16:42 +0200 |
| commit | 4589d55f31eca548949db885eef03549fcf59235 (patch) | |
| tree | 5fa046c78bf0724f321c6bfda9b9a598842337a2 /examples/working-compiler/run_once.test | |
| parent | 57a252a774b782c93ca9d2c8529da9932695b407 (diff) | |
Align example with puzzle pastebin
Diffstat (limited to 'examples/working-compiler/run_once.test')
| -rw-r--r-- | examples/working-compiler/run_once.test | 14 |
1 files 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 |
