Examples of stringTrim()


Examples of org.jatha.dynatype.LispValue.stringTrim()

  {
    LispValue arg2 = machine.S.pop();
    LispValue arg1 = machine.S.pop();

    if (arg1 != f_lisp.NIL)
      machine.S.push(arg1.stringTrim(arg2));
    else
      machine.S.push(arg2.stringTrim());
    machine.C.pop();
  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.