Talk:Vala (programming language): Difference between revisions

Content deleted Content added
Implementing WP:PIQA (Task 26)
syntaxhighlight & fix lint
 
Line 145:
 
the line:
<syntaxhighlight lang="text">
<code>
stdout.printf("hello world!\n");
</codesyntaxhighlight>
 
means that <code>stdout</code>, which is an instance of the streams class, which is capable to process the <code>printf("hello world!\n")</code> message.