~starkingdoms/starkingdoms

ref: 4fb7a538004c7b3fb5880cf3e71dbd782e877910 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
4fb7a538 — core gravity 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}