UNPKG

71 BJavaScriptView Raw
1export function sum(x, y) {
2 return x + y;
3}
4export var pi = 3.141593;
\No newline at end of file