Remove/Replace list notation #26
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?
The current list notation sucks and is inconsistent. For example, if my function argument is a list, i have to initialize it with the
&symbol. This would not be a problem if it wasn't for the fact that you must use$to get the value of a structure field. This means that I cannot operate on a list field.What I ask: Please check the type of the argument instead of the character used, and phase out the use of
*listnotation.This suggestion has been implemented