~starkingdoms/starkingdoms

ref: 7498934a5a0ba4a15b9cd5781824e95aacb48af2 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
7498934a — core feat: bevy 0.18 23 hours ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}