|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/miriad/progguide/node12.html
Дата изменения: Unknown Дата индексирования: Tue Feb 5 09:22:43 2013 Кодировка: |
subroutine bug(severity,text)
subroutine bugno(severity,number)
Here severity is a single character, being either 'w', 'e' or
'f', meaning warning, error and fatal respectively. When bug
or bugno
is called with a fatal error, it will not return. Rather it will
cause the task to exit. For routine bug, text is a character
string describing the error. For routine bugno, number is a
status value, returned by a Miriad routine.