We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nothing
1 parent 2921ad7 commit 24ddae9Copy full SHA for 24ddae9
base/strings/io.jl
@@ -10,8 +10,6 @@ if `io` is not given) a canonical (un-decorated) text representation.
10
The representation used by `print` includes minimal formatting and tries to
11
avoid Julia-specific details.
12
13
-Printing `nothing` is not allowed and throws an error.
14
-
15
`print` falls back to calling `show`, so most types should just define
16
`show`. Define `print` if your type has a separate "plain" representation.
17
For example, `show` displays strings with quotes, and `print` displays strings
0 commit comments