Add syntax sugar for definitions #2
Reference in New Issue
Block a user
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?
Old Abacus had the
:=operator, which allowed the user to create a variable that depended on other variables. This is possible in the new libabacus, however, it is more verbose. In old Abacus:In the new abacus, this would be:
This is more verbose than I'd like. perhaps, add a syntax sugar for generating similar functions?
There is now sugar for this: