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