~starkingdoms/starkingdoms

ref: 03495937fa63f184b4bbdfedfdc1804115244626 starkingdoms/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
03495937 — ghostly_zsh fizzbuzz works due to fixed bug with else if 1 year, 4 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}