Files
sx/examples/modules/testpkg/math.sx
2026-02-20 12:27:06 +02:00

3 lines
84 B
Plaintext

add :: (a: s32, b: s32) -> s32 { a + b; }
mul :: (a: s32, b: s32) -> s32 { a * b; }