#!/usr/bin/env fun print("Yay, the playground for having fun... ;)") number n = 10 print(n) string s = "Hello, world!" print(s) fun foo() //print("Have fun!") print("Running foo()... forever.") foo()