Sandbox: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:


test edit
test edit
<pre class="brush:java">  
<pre class="brush:java">  
// Hello1.cs
// Hello1.cs

Revision as of 02:16, 15 May 2009

STA_ATOMIC is a Ast subtype node belonging to STemplateArgument. STA_ATOMIC is a variant.

Variant Data Fields

Comments

Please make your modifications only below, because the content above will be regenerated automatically from time to time.

test watch asdfasdf

asdfasdf

blah native JSON

test edit

 
// Hello1.cs
public class Hello1
{
   public static void Main()
   {
      System.Console.WriteLine("Hello, World!");
   }
}