mod stdlib;
fn main {
println("Welcome to the ZenLang github repo!");
return null;
}- Error handling
-
if letandelif let - File read/write functions
- Function attributes like #[naked]
- vmcall keyword
- mod and dynmod keyword
- module loading from files (depends on above)
- more stdlib functions
- ord
- chr
- number (convert str to number)
- stringify (convert any to string)
- boolean (convert str to boolean)