~starkingdoms/starkingdoms

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