Everything is a expression :D #28
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
not-sure
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Darkymos/FAIL#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
It would be great, if every code structure like a for or a while would return their last value. Ifs don't nessesarily need this, as the the
ternaryoperator should also be added in the future.Another great addition would be empty
returns orcontinues andbreaks that contain information like areturn.