all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
//to be compiled using dylan.NET v. 11.3.1.3 or later.
|
||||
#refstdasm mscorlib.dll
|
||||
|
||||
import System
|
||||
|
||||
assembly concatex exe
|
||||
ver 1.3.0.0
|
||||
|
||||
class public auto ansi Module1
|
||||
|
||||
method public static void main()
|
||||
var s as string = "hello"
|
||||
Console::Write(s)
|
||||
Console::WriteLine(" literal")
|
||||
var s2 as string = s + " literal"
|
||||
Console::WriteLine(s2)
|
||||
end method
|
||||
|
||||
end class
|
||||
Loading…
Add table
Add a link
Reference in a new issue