From 8b99f2cfdd7ed2274afa7bf003850ce4213cbfd3 Mon Sep 17 00:00:00 2001 From: Jad Altahan Date: Tue, 29 Jan 2019 09:18:07 +1100 Subject: Feature [feature-requests:#1260]. Fix inconsistency with dot styling in Nim. --- test/examples/x.nim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/examples/x.nim (limited to 'test/examples/x.nim') diff --git a/test/examples/x.nim b/test/examples/x.nim new file mode 100644 index 000000000..07c9d216f --- /dev/null +++ b/test/examples/x.nim @@ -0,0 +1,6 @@ +# Tests for Nim +let s = "foobar" + +# Feature #1260 +{.ident.} +stdin.readLine.split.map(parseInt).max.`$`.echo(" is the maximum!") -- cgit v1.2.3