aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibr/error.r
blob: 326a88238f3023f67365b693a0c149f875240c1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include	defs

# error - print message and terminate execution

   subroutine error (line)
   character line (ARB)

   call remark (line)
   call endst
   end