export function sum (x, y) { return x + y; } export var pi = 3.141593;