~starkingdoms/starkingdoms

ref: d59a182448f285685d83b61e5d6092bb70a66ac1 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
d59a1824 — ghostly_zsh rendering with egui and glow works 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}