~starkingdoms/starkingdoms

ref: 39baf66c3db36da0bb8fed8dc2389efe5a67f905 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
39baf66c — core fix: slight refactor 29 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}