~starkingdoms/starkingdoms

ref: f40e33203245891b3b000e1b35b417e6fd546876 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
f40e3320 — core chore(part): part fix #1 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}