awtk/tests/fscripts/foo.fs
2022-03-30 09:09:44 +08:00

8 lines
79 B
GLSL

function foo(a, b) {
return a + b;
}
function bar(a, b) {
return a - b;
}