Add Enters operator >> #1
Labels
No Label
enhancement
in progress
on deck
uncertain
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/fostr#1
Loading…
Reference in New Issue
Block a user
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?
And make sure that something like
(7 + 8 >> stdio + 9) >> stdio
writes 824 to stdout. (In particular >> should have higher precedence than +, unlike <<.)