/************************************************************************ * otherc -code for other stuff (what other stuff?) * ************************************************************************/ subroutine otherc(lexstr) include ratfor.def character lexstr(MAXTOKEN) call outtab call outstr(lexstr) call eatup call outdon return end