~starkingdoms/starkingdoms

ref: e378598a9c714b9d9fbb7d33947bae464c4f1aaa starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
e378598a — core asset system cleanup 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}