~starkingdoms/starkingdoms

ref: 7979969ad49f6317692813c1ce338a9e7eac00f5 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
7979969a — core test 23 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}