Blanket An experimental C-style language. int main() { for (string s : ["Hello", " ", "world!"]) { print(s); } }