foo(); def foo() { print("hello, world!"); } let x = 10; let y = x-5; print(y);