program zap ! This is not a good program !!! ! Before running it, make sure that you can identify ! `panic button' which stops programs on you computer. ! On Unix systems it is simultaneously `Control' and `c' !JWP 29/10/98 implicit none do print *, 'ZAP!!' end do end program zap