diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working-compiler/undefined-resolution.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/working-compiler/undefined-resolution.test b/examples/working-compiler/undefined-resolution.test index 6465d47..aa0230e 100644 --- a/examples/working-compiler/undefined-resolution.test +++ b/examples/working-compiler/undefined-resolution.test @@ -11,3 +11,12 @@ s .|dotpipe s .?dotquestion s .dot < { bare } =*f s >' .f + +{ + < { |pipebare } =*f s >' .f + < { 42 =equalbare } =*f s >' .f + s .|dotpipe + s .?dotquestion + s .dot + < { bare } =*f s >' .f +} _ * * |
