Source code
Revision control
Copy as Markdown
Other Tools
log.push("export-something");
export let foo = 42;
export function set_foo(x) { foo = x };
log.push("export-something");
export let foo = 42;
export function set_foo(x) { foo = x };