示例#1
0
 public static object ReadBlockCommentHandler(LispReader stream, string ch, int arg)
 {
     // Nested comments are allowed.
     stream.ReadBlockComment("#|", "|#");
     return(VOID.Value);
 }
示例#2
0
 public static object ReadBlockCommentHandler(LispReader stream, string ch, int arg)
 {
     // Nested comments are allowed.
     stream.ReadBlockComment("#|", "|#");
     return VOID.Value;
 }