Fortran中是否有任何异常处理结构,就像在Python中一样?
try: print "Hello World" except: print "This is an error message!"
如果它不存在,处理异常的最简单方法是什么?
error-handling fortran exception
error-handling ×1
exception ×1
fortran ×1