Common Intermediate Language: Difference between revisions

Content deleted Content added
CLI -> CIL
Example: Call it by its name.
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 {}