buzz-language / buzz

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

Native function should be able to be stored in variables #20

Closed giann closed 2 years ago

giann commented 2 years ago

Right now this does not work:

import "lib/std.buzz";

Function(str) > void p = print;
giann commented 2 years ago

Fixed by #43