~starkingdoms/starkingdoms

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