RFC #22: Should accumulative for expressions remain in the language?
#25
ProCode-Software
started this conversation in
RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
+=to be used inforexpressions to accumulate a value instead of creating a new list. (reduce)forexpression blocks remain in the language?These allow a new list to be created by returning values, also allowing control flow such as
nextandstop. (filter)Beta Was this translation helpful? Give feedback.
All reactions