6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
|
{
|
||
|
var x=5;
|
||
|
var y=7;
|
||
|
var z=x+y;
|
||
|
print z;
|
||
|
}
|