parse arg n
If n < 1 Then Do
    n = 1
End

str = ""
Do I=1 to N
    str = str || "hello" || D2C(13)
End
say length(str)