int x = 10 string name = "Beetle"
if x > 5 { print("Greater than 5") }
for i in 0..10 { print(i) }
Guide
Compiler