buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.15k stars 31 forks source link

Function with `!> any` should be possible #152

Closed giann closed 11 months ago

giann commented 11 months ago
fun willFail() > str !> any {
   throw "I failed";
}