Ignore:
Timestamp:
09/19/21 08:54:56 (2 years ago)
Author:
Mark Evenson
Message:

Remove confusing comment in example

Seems to have been copied by mistake from lisp-to-java/Main.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/examples/pure-lisp-to-java/Main.java

    r12908 r15518  
    2424public class Main
    2525{
    26     /**
    27      * This example creates an Interpreter instance, loads our
    28      * lisp code from a file and then looks up a function defined
    29      * in the loaded lisp file and executes the function.
    30      *
    31      * The function takes a single parameter and invokes a java method
    32      * on the object provided. We provide our Main object as the parameter.
    33      *
    34      */
    3526    public static int addTwoNumbers(int a, int b)
    3627    {
Note: See TracChangeset for help on using the changeset viewer.