~starkingdoms/starkingdoms

ref: f6a70c23cb477f78145ea82bcbb1787ff0170188 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
f6a70c23 — ghostly_zsh ebo + init code cleanup 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}