new const String[] = "abcd"; new len = strlen(String); for(new i = 0; i < len; i++) { console_print(0, "%s", String[i]); }
abcd abc ab a