From 3d512a73e61b27fc5a6de24f281d7f42db784884 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 21 Oct 2015 02:18:38 +0200 Subject: documentation improvements; system.nim docs adapted to unix's braindead idea of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either --- doc/tut2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tut2.txt') diff --git a/doc/tut2.txt b/doc/tut2.txt index 83ea9ad33..db9e4cd58 100644 --- a/doc/tut2.txt +++ b/doc/tut2.txt @@ -215,7 +215,7 @@ postfix notation.) So "pure object oriented" code is easy to write: .. code-block:: nim - import strutils + import strutils, sequtils stdout.writeLine("Give a list of numbers (separated by spaces): ") stdout.write(stdin.readLine.split.map(parseInt).max.`$`) -- cgit 1.4.1-2-gfad0