Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
d91e3735
Commit
d91e3735
authored
Sep 06, 2021
by
Kasper Gałkowski
Browse files
Remove confusing comment in example
Seems to have been copied by mistake from lisp-to-java/Main.java
parent
3b3622d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/pure-lisp-to-java/Main.java
View file @
d91e3735
...
...
@@ -23,15 +23,6 @@ import org.armedbear.lisp.*;
public
class
Main
{
/**
* This example creates an Interpreter instance, loads our
* lisp code from a file and then looks up a function defined
* in the loaded lisp file and executes the function.
*
* The function takes a single parameter and invokes a java method
* on the object provided. We provide our Main object as the parameter.
*
*/
public
static
int
addTwoNumbers
(
int
a
,
int
b
)
{
return
a
+
b
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment