mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-15 00:18:06 -05:00
5 lines
53 B
TypeScript
5 lines
53 B
TypeScript
export function f2(x: number) {
|
|
x++;
|
|
return x;
|
|
}
|