Add default param values #18
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: probablycorey/shrimp#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "defaults"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Output:
Only works with constant values for now: strings, numbers, booleans, and null.
If we want to add arrays and dictionaries we can probably do it all in the compiler.
Nice!