Files
aster/examples/math_mod.ast
T
2026-06-17 15:57:45 +08:00

3 lines
62 B
Plaintext

fn add(a, b) { return a + b; }
fn mul(a, b) { return a * b; }