root/as/err/err_209.casl

/* [<][>][^][v][top][bottom][index][help] */
   1 ;;; casl2 -M32 err_209.casl
   2 MAIN    START
   3         OUT     BUF,LEN
   4         RET
   5 BUF     DC      ' !'
   6 LEN     DC      60
   7         END

/* [<][>][^][v][top][bottom][index][help] */