Talk:Vala (programming language): Difference between revisions

Content deleted Content added
PrimeBOT (talk | contribs)
m top: Task 24 - removal of a template following a TFD (plus genfixes/cleanup)
syntaxhighlight & fix lint
 
(One intermediate revision by one other user not shown)
Line 1:
{{Talk header}}
{{WikiProject C/C++banner shell|class=Start|importance=Mid|c=yes}}
{{WikiProjectBannerShell|1=
{{WikiProject Computer science|class=Start|importance=Low}}
{{WikiProject Computing|class=Start|importance=Low|science=yes|science-importance=Low|free-software=yes|free-software-importance=Mid|software=yes}}
{{WikiProject C/C++|importance=Mid|c=yes}}
 
{{WikiProject C/C++|class=Start|importance=Mid|c=yes}}
}}
 
Line 146 ⟶ 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.