~starkingdoms/starkingdoms

ref: 6cccb902b13a62f2c2f8990ab13dab51a3f5488a starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
6cccb902 — core feat: actually send the event 3 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}