~starkingdoms/starkingdoms

ref: f2ba6ebbc002fe708f7d69d4ca2e008b3437cbda starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
f2ba6ebb — core fix: make it compile :p 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}