File size: 76 Bytes
602c51e
 
 
 
 
1
2
3
4
5
6
let x = 1 + 2 * 3;
let y = (x - 2) / 2;
print x;
print y;
print x + y * 10;