Talk:Vala (programming language): Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
syntaxhighlight & fix lint
 
(2 intermediate revisions by 2 users 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}}
}}
{{findsourcesnotice|programming language|Vala}}
 
==run()==
Line 147 ⟶ 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.