Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement proc #17

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Implement proc #17

merged 3 commits into from
Sep 25, 2023

Conversation

m3m0r7
Copy link
Owner

@m3m0r7 m3m0r7 commented Sep 25, 2023

supports proc

p = ->(word) { puts word }
p.call("Hello World!")

@m3m0r7 m3m0r7 merged commit a02dbc7 into main Sep 25, 2023
2 checks passed
@m3m0r7 m3m0r7 deleted the add-proc branch September 25, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant