Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Arrays/Objeck/arrays.objeck
Normal file
10
Task/Arrays/Objeck/arrays.objeck
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
bundle Default {
|
||||
class Arithmetic {
|
||||
function : Main(args : System.String[]), Nil {
|
||||
array := Int->New[2];
|
||||
array[0] := 13;
|
||||
array[1] := 7;
|
||||
(array[0] + array[1])->PrintLine();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue