~starkingdoms/starkingdoms

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