summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorAndreas Rumpf <andreasrumpf@noname>2009-09-15 23:22:22 +0200
committerAndreas Rumpf <andreasrumpf@noname>2009-09-15 23:22:22 +0200
commit66a7e3d37c0303997a6b1a3b7ec263dfb8c07748 (patch)
tree40ae1ab8aeb9086b7310ea73ab8a2ed6b597f88b /examples
parent300430fbba28b408f7ac86ca46b03d9d50839399 (diff)
downloadNim-66a7e3d37c0303997a6b1a3b7ec263dfb8c07748.tar.gz
added tools and web dirs
Diffstat (limited to 'examples')
-rwxr-xr-x[-rw-r--r--]examples/hallo.nim0
-rwxr-xr-x[-rw-r--r--]examples/htmlrefs.nim0
-rwxr-xr-x[-rw-r--r--]examples/htmltitle.nim0
-rwxr-xr-x[-rw-r--r--]examples/keyval.nim0
-rwxr-xr-x[-rw-r--r--]examples/luaex.nim0
-rwxr-xr-x[-rw-r--r--]examples/maximum.nim2
-rwxr-xr-x[-rw-r--r--]examples/myfile.txt0
-rwxr-xr-x[-rw-r--r--]examples/pythonex.nim0
-rwxr-xr-x[-rw-r--r--]examples/readme.txt0
-rwxr-xr-x[-rw-r--r--]examples/statcsv.nim0
-rwxr-xr-x[-rw-r--r--]examples/tclex.nim0
11 files changed, 1 insertions, 1 deletions
diff --git a/examples/hallo.nim b/examples/hallo.nim
index 20aa4695c..20aa4695c 100644..100755
--- a/examples/hallo.nim
+++ b/examples/hallo.nim
diff --git a/examples/htmlrefs.nim b/examples/htmlrefs.nim
index b1695ee7a..b1695ee7a 100644..100755
--- a/examples/htmlrefs.nim
+++ b/examples/htmlrefs.nim
diff --git a/examples/htmltitle.nim b/examples/htmltitle.nim
index ae023e379..ae023e379 100644..100755
--- a/examples/htmltitle.nim
+++ b/examples/htmltitle.nim
diff --git a/examples/keyval.nim b/examples/keyval.nim
index 99a410e8c..99a410e8c 100644..100755
--- a/examples/keyval.nim
+++ b/examples/keyval.nim
diff --git a/examples/luaex.nim b/examples/luaex.nim
index a71f0fb05..a71f0fb05 100644..100755
--- a/examples/luaex.nim
+++ b/examples/luaex.nim
diff --git a/examples/maximum.nim b/examples/maximum.nim
index 5e4a9cc5e..1e26ee1a7 100644..100755
--- a/examples/maximum.nim
+++ b/examples/maximum.nim
@@ -3,4 +3,4 @@
 import strutils

 

 echo "Give a list of numbers (separated by spaces): "

-stdin.readLine.splitSeq.each(parseInt).max.`$`.echo(" is the maximum!")

+stdin.readLine.split.each(parseInt).max.`$`.echo(" is the maximum!")

diff --git a/examples/myfile.txt b/examples/myfile.txt
index 1df0d56f8..1df0d56f8 100644..100755
--- a/examples/myfile.txt
+++ b/examples/myfile.txt
diff --git a/examples/pythonex.nim b/examples/pythonex.nim
index e2664f350..e2664f350 100644..100755
--- a/examples/pythonex.nim
+++ b/examples/pythonex.nim
diff --git a/examples/readme.txt b/examples/readme.txt
index e6e47c1d1..e6e47c1d1 100644..100755
--- a/examples/readme.txt
+++ b/examples/readme.txt
diff --git a/examples/statcsv.nim b/examples/statcsv.nim
index e2f272a21..e2f272a21 100644..100755
--- a/examples/statcsv.nim
+++ b/examples/statcsv.nim
diff --git a/examples/tclex.nim b/examples/tclex.nim
index 6d6d45b8f..6d6d45b8f 100644..100755
--- a/examples/tclex.nim
+++ b/examples/tclex.nim