~starkingdoms/starkingdoms

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