From f7dca91344392a200392bdbd5d2d7c5167298e93 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 15 Nov 2014 11:10:13 +0100 Subject: fixes #619 --- doc/manual/procs.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/manual/procs.txt') diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt index e03845d76..9ddae6230 100644 --- a/doc/manual/procs.txt +++ b/doc/manual/procs.txt @@ -84,7 +84,9 @@ current module: var exportedVar*: int const exportedConst* = 78 - type ExportedType* = distinct int + type + ExportedType* = object + exportedField*: int Method call syntax @@ -107,6 +109,8 @@ to supply any type of first argument for procedures: Another way to look at the method call syntax is that it provides the missing postfix notation. +See also: `Limitations of the method call syntax`_. + Properties ---------- -- cgit 1.4.1-2-gfad0