print!
should not show args as a list
#20
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?
print!
sendsbase :print!
a list of all the arguments passed to it. It should not print these arguments as a list, but rather the concatenation of all their string representations.Fixed in
8535225167