// // responds to EOL event // public override void EOL(StripFSM name) { name.PutChar(); // change the state name.SetState(name.GetItsOutsideState()); // Exit functions for: secondSlash name.SecondSlashOut(); // Exit functions for: inComment name.InCommentOut(); // Entry functions for: outside name.OutsideIn(); }