Warning, file /frameworks/syntax-highlighting/autotests/html/test.dart.dark.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>test.dart</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (Dart) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 <span style="color:#7a7c7d;">/**</span>
0008 <span style="color:#7a7c7d;"> * print a number</span>
0009 <span style="color:#7a7c7d;"> * &quot;helo&quot;</span>
0010 <span style="color:#7a7c7d;"> * 'string'</span>
0011 <span style="color:#7a7c7d;"> */</span>
0012 
0013 <span style="color:#2980b9;">int</span> printNum(<span style="color:#2980b9;">int</span> anum) {
0014     print(<span style="color:#f44f4f;">&quot;This is a $anum</span><span style="color:#3daee9;">\n</span><span style="color:#f44f4f;">&quot;</span>);
0015     print(<span style="color:#f44f4f;">'This is a $anum</span><span style="color:#3daee9;">\n</span><span style="color:#f44f4f;"> </span><span style="color:#3daee9;">\'</span><span style="color:#f44f4f;">world</span><span style="color:#3daee9;">\'</span><span style="color:#f44f4f;">'</span>);
0016     <span style="color:#fdbc4b;font-weight:bold;">if</span> (anum <span style="color:#3f8058;">==</span> <span style="color:#f67400;">1</span>) {
0017         <span style="font-weight:bold;">return</span> <span style="color:#f67400;">1</span>;
0018     } <span style="color:#fdbc4b;font-weight:bold;">else</span> {
0019         <span style="font-weight:bold;">return</span> <span style="color:#f67400;">2</span>;
0020     }
0021 }
0022 
0023 <span style="color:#7a7c7d;">// What are you doing?</span>
0024 <span style="color:#2980b9;">void</span> main() {
0025     <span style="color:#2980b9;">int</span> nn <span style="color:#3f8058;">=</span> <span style="color:#f67400;">10</span>;
0026     <span style="color:#2980b9;">bool</span> boolean <span style="color:#3f8058;">=</span> <span style="color:#27aeae;font-weight:bold;">true</span>;
0027     printNum(nn);
0028 }
0029 </pre></body></html>