~starkingdoms/starkingdoms

ref: 304389bd0fac316d37a42e19505a122cfaadb110 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
304389bd — core readme update a month ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}