5 lines
103 B
Text
5 lines
103 B
Text
: testQueue
|
|
| q i |
|
|
Queue new ->q
|
|
20 loop: i [ i q push ]
|
|
while ( q empty not ) [ q pop . ] ;
|