Common Intermediate Language: Difference between revisions

Content deleted Content added
Line 137:
 
==Example==
Below is a basic [[Hello, World]] program written in CIL assembler. It will display the string "Hello, world!".
<syntaxhighlight lang="csharp">
.assembly Hello {}
Line 170:
</syntaxhighlight>
 
In CIL assembler syntax it looks like this:
<syntaxhighlight lang="cpp">
.method private hidebysig static void Main(string[] args) cil managed