John Smith
john@example.com
export fn increment(@x) {
return x + 1
}
export fn decrement(@x) {
return x - 1