d2244a2f ^
8923d6f6 ^
83d8299d ^
bc643692 ^
1 2
3
4
5
6
7 8 9 10 11
12
13
14 15 16
# example program: running multiple routines recipe main [ start-running thread2 { $print 34 loop } ] recipe thread2 [ { $print 35 loop } ]