From aeb0506132bc706750840ba0a79b486745e34c4e Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 17 May 2011 19:22:29 +0200 Subject: thread support: next iteration --- tests/accept/run/trepr.nim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/accept/run/trepr.nim b/tests/accept/run/trepr.nim index 19ed8e180..622c9c78a 100644 --- a/tests/accept/run/trepr.nim +++ b/tests/accept/run/trepr.nim @@ -11,4 +11,8 @@ var val = {a, b} stdout.write(repr(val)) stdout.writeln(repr({'a'..'z', 'A'..'Z'})) +#var testseq: seq[string] = @[ +# "a", "b", "c", "d", "e" +#] +#echo(repr(testseq)) -- cgit 1.4.1-2-gfad0 > mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
about summary refs log tree commit diff stats
path: root/Makefile
blob: 358493dc3d03ad81edb5b2246f09dc75cdaee578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88