Content deleted Content added
m →Function composition: fmt., "allow for" ≠ "allow" |
m →Method calls and encapsulation: fmt. |
||
Line 549:
==== Method calls and encapsulation ====
Nim's [[
<syntaxhighlight lang="nim"> type Socket* = ref object
host: int # private, lacks export marker
|