Exemplo n.º 1
0
 @Subroutine("regexp-quote")
 public static LispString regexpQuote(LispString target) {
   return target.getExactRegexp();
 }