8 lines
287 B
Text
8 lines
287 B
Text
Module Checkit {
|
|
a$={This is the first line
|
|
This is the second line
|
|
End bracket position declare indentation fortext (except for first line)
|
|
}
|
|
Report a$ ' print all lines, without space at the left
|
|
}
|
|
CheckIt
|