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

Function call revamp #12

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Function call revamp #12

wants to merge 4 commits into from

Conversation

p7g
Copy link
Owner

@p7g p7g commented Jul 26, 2020

Closes #8

This PR removes the static argument count and replaces it with a dynamic calculation at runtime.

  • Dynamic tracking of number of arguments
  • Multiple return values (and multiple assignment)
  • Splatting array into arguments

@p7g p7g self-assigned this Jul 26, 2020
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.

Function call revamp
1 participant