Concurrency Example
#!/usr/bin/csh -f #!/usr/bin/csh -f
while( $count < 200 ) while( $count < 200 )
When run sequentially (a;b) output is as expected
When run concurrently (a&;b&) output is interspersed, and re-running it may produce different output