~starkingdoms/starkingdoms

ref: 92b84cca379c046bc49547f68fede1599c9ac3b9 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
92b84cca — core fix: dragging 3 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}