diff options
author | Andreas Rumpf <andreasrumpf@noname> | 2009-09-15 23:22:22 +0200 |
---|---|---|
committer | Andreas Rumpf <andreasrumpf@noname> | 2009-09-15 23:22:22 +0200 |
commit | 66a7e3d37c0303997a6b1a3b7ec263dfb8c07748 (patch) | |
tree | 40ae1ab8aeb9086b7310ea73ab8a2ed6b597f88b /examples | |
parent | 300430fbba28b408f7ac86ca46b03d9d50839399 (diff) | |
download | Nim-66a7e3d37c0303997a6b1a3b7ec263dfb8c07748.tar.gz |
added tools and web dirs
Diffstat (limited to 'examples')
-rwxr-xr-x[-rw-r--r--] | examples/hallo.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/htmlrefs.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/htmltitle.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/keyval.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/luaex.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/maximum.nim | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/myfile.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/pythonex.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/readme.txt | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/statcsv.nim | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | examples/tclex.nim | 0 |
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 |