~starkingdoms/starkingdoms

ref: 2daf0b3ad06baff5290c86fc6fa1a5308af0c352 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
2daf0b3a — core format 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}