Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -8,14 +8,14 @@ swap(ref object v1, ref object v2)
|
|||
v2 := tmp
|
||||
}
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var n := 2;
|
||||
var s := "abc";
|
||||
|
||||
console.printLine(n," ",s);
|
||||
Console.printLine(n," ",s);
|
||||
|
||||
swap(ref n, ref s);
|
||||
|
||||
console.printLine(n," ",s)
|
||||
Console.printLine(n," ",s)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue