@import("basic.felan"); main :: () -> void { // print_formatted("hello"); str := string_from("Hey"); append(&str,"\nHello"); print(slice(str,4,7)); delete(str); };