You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My more general wish is open parenthesis working is in many UN*X shells.
This is as long as at least one level of parenthesis is active line continuation
is implied and does not need to be specified via the backslash operator.
I can make that a separate enhancement request if desired.
The text was updated successfully, but these errors were encountered:
Function calls to functions with labeled parameters cannot be
spread out over several lines.
Calls to un-labeled functions work ok as the following example demostrates.
Calling
labeled_iota
on a single line also works, but spreadingout the call over several lines makes omake barf.
My more general wish is open parenthesis working is in many UN*X shells.
This is as long as at least one level of parenthesis is active line continuation
is implied and does not need to be specified via the backslash operator.
I can make that a separate enhancement request if desired.
The text was updated successfully, but these errors were encountered: