~starkingdoms/starkingdoms

ref: e2fa1806cfb5c2d40276cd5c0133372df1c2708f starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
e2fa1806 — core fix: missing clamps 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}