mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-04 13:04:44 +00:00
renamed writeln to writeLine in lib
This commit is contained in:
@@ -369,7 +369,7 @@ iterator split*(s: string, sep: Regex): string =
|
||||
##
|
||||
## .. code-block:: nim
|
||||
## for word in split("00232this02939is39an22example111", re"\d+"):
|
||||
## writeln(stdout, word)
|
||||
## writeLine(stdout, word)
|
||||
##
|
||||
## Results in:
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user