#!/bin/sh echo -n $0: 'GOSUB RETURN subroutines... ' cat >test5.bas <test5.ref <test5.data if cmp test5.ref test5.data then rm -f test5.* echo passed else echo failed exit 1 fi