5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
var x = bar(1+2);
|
|
var y = baz(3+9);
|
|
print('q' + 'u' + 'x', x, y);
|
|
foo(5+6);
|