~starkingdoms/starkingdoms

ref: dcd05507bc9dd1bc908b24e307e45cae474bcc01 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
dcd05507 — ghostly_zsh crafing gui exists and follows modules 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}