Simple types / Strings

let str = "7".repeat(3);
//str_v is "777"
print!("str is \"{str}\"");