if(i == 0)
content.append(line + "\n");
}
try{
if(optionList.contains(OORexxDirectiveOption.valueOf(words[i].toUpperCase())))
routine.addOption(OORexxDirectiveOption.valueOf(words[i].toUpperCase()));
}catch(IllegalArgumentException ex){
}
if(words[0].toLowerCase().equals("expose")){
OORexxExpose expose = new OORexxExpose();