简单类型 / 字符串

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