Functions

In Metro, a function is introduced using the fn keyword.

fn main() {
stdout.writeln("Hello Metro!")
}