~starkingdoms/starkingdoms

ref: b072b09c00e6892310c6ee9187f441e95ae89ccf starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
b072b09c — core feat: part & attachment beginnings 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}