Pony (programming language): Difference between revisions

Content deleted Content added
"idomatic" removed per directive. Sentence changed to reflect there aren't more examples.
Link statement about environment and stdout to reference, per directive
Line 63:
</syntaxhighlight>
 
There are no global variables in Pony, everything must be contained within an instance of a class or an actor.<ref name="kgpony" /> As such, even the environment that allows for printing to [[stdout]] is passed as a parameter.<ref name="kgpony" />
 
==References==