~starkingdoms/starkingdoms

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