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