~starkingdoms/starkingdoms

ref: 42f762da6cbfb717018fc435533ed423fe54b331 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
42f762da — core planets and hearty 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}