~starkingdoms/starkingdoms

ref: c11d81de866c2e3ea4d3de3ff9df633d6b2ce951 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
c11d81de — ghostly_zsh not quite working egui 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}