Open GabrielBrandao1618 opened 6 months ago
Since they aren't really closures technically😅
Before fixing the closures by giving them the right behavior, implement functions(as statements)
I plan to implement functions using the same syntax as Rust, so
fn function_name() {}
Since they aren't really closures technically😅
Before fixing the closures by giving them the right behavior, implement functions(as statements)