mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 15:38:06 -05:00
10 lines
105 B
TypeScript
10 lines
105 B
TypeScript
//! test_output(3)
|
|
|
|
export default function () {
|
|
function foo() {
|
|
return 3;
|
|
}
|
|
|
|
return foo();
|
|
}
|