6 lines
48 B
Text
6 lines
48 B
Text
|
|
PROC Main()
|
||
|
|
DO
|
||
|
|
PrintE("SPAM")
|
||
|
|
OD
|
||
|
|
RETURN
|