~starkingdoms/starkingdoms

ref: 2669deac65a56c4f4182ccc45217446ffb8b8e56 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
2669deacghostly_zsh feat: variable storage works in crafting 11 hours ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}