aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler/coroutine4.test
blob: ab3f29ccdab8c9cb85d7dca3e81ccafb616e8c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ ==caller ==data
  "coroutine 1" dump data dump
  data caller * =caller =data
  "coroutine 2" dump data dump
  data caller * =caller =data
  "coroutine 3" dump data dump
  data caller *
} !! ==cr

"data"
cr * --
"here 1" dump
cr * --
"here 2" dump
cr * --
"here 3" dump

0 sys .exit