6 lines
82 B
Text
6 lines
82 B
Text
Module CheckIt {
|
|
Repeat {
|
|
Print "SPAM"
|
|
} Always
|
|
}
|
|
Checkit
|