~starkingdoms/starkingdoms

ref: 5704afa8852d493b8424b186d3390ab2b9a8aefd starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
5704afa8 — ghostly_zsh open crafting ui with mouse 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}