~starkingdoms/starkingdoms

ref: 82e5a5f763a3646713abdd8402f1a843ce99555e starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
82e5a5f7 — core feat: particle effect description 2 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}