mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
Deleted parenthetical phrase (#5526)
I deleted it because it came across as arrogant. It is also contentious so IMO has no place in a manual.
This commit is contained in:
committed by
Andreas Rumpf
parent
f162ff7773
commit
a330d967b5
@@ -2,7 +2,7 @@ Procedures
|
||||
==========
|
||||
|
||||
What most programming languages call `methods`:idx: or `functions`:idx: are
|
||||
called `procedures`:idx: in Nim (which is the correct terminology). A procedure
|
||||
called `procedures`:idx: in Nim. A procedure
|
||||
declaration consists of an identifier, zero or more formal parameters, a return
|
||||
value type and a block of code. Formal parameters are declared as a list of
|
||||
identifiers separated by either comma or semicolon. A parameter is given a type
|
||||
|
||||
Reference in New Issue
Block a user