Print() function having only 1 argument #1969
gawarev
started this conversation in
Language design
Replies: 1 comment 1 reply
-
Print is really just a test implementation. Once we have variadic args and more complete string support we'll probably rewrite it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
Print()
function takes only 1 argument. It would be better if it had like most other languages have multiple arguments or at least thefmt.Sprintf()
like function which we have in golang.Beta Was this translation helpful? Give feedback.
All reactions