Source code

Revision control

Copy as Markdown

Other Tools

export let Y = 20;
export function AddY(n) {
Y += n;
};