~starkingdoms/starkingdoms

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