~starkingdoms/starkingdoms

ref: 8862b7da90a15e913d6a931a6c6aed8f04dc76f7 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
8862b7da — core feat: bloom! 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}