~starkingdoms/starkingdoms

ref: efdb9b1995399003b2f5cba85c1513ce3ec32504 starkingdoms/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
efdb9b19 — core add things 11 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}