We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06cdeda + 287c644 commit 3b908b9Copy full SHA for 3b908b9
lib/stdlib/src/io_lib.erl
@@ -478,7 +478,8 @@ longer than one line into many lines and indents each line sensibly.
478
Also tries to detect and output lists of printable characters as strings.
479
480
- `Column` is the starting column; defaults to 1.
481
-- `LineLength` is the maximum line length; defaults to 80.
+- `LineLength` is the maximum line length; defaults to 80. The value 0 can be used
482
+ to specify infinite length, meaning that no line breaks are inserted.
483
- `Depth` is the maximum print depth; defaults to -1, which means no limitation.
484
""".
485
-spec print(Term, Column, LineLength, Depth) -> chars() when
0 commit comments