Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Syntax or macro + predefined for "new" #10

Open
owickstrom opened this issue Sep 8, 2014 · 0 comments
Open

Syntax or macro + predefined for "new" #10

owickstrom opened this issue Sep 8, 2014 · 0 comments

Comments

@owickstrom
Copy link
Owner

(MyConstructor. a b c)
;; or
(new MyConstructor a b c)

Which would be equiavalent to:

new MyConstructor(a, b, c);
@owickstrom owickstrom changed the title (MyConstructor.) syntax for new MyConstructor() Syntax or macro + predefined for "new" Sep 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant