Pony (programming language): Difference between revisions

Content deleted Content added
m Typo
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" />{{Sfn|Allen|2024}}
 
==References==