6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
do {
|
|
print "large balls";
|
|
define (say (text)) as (print (text));
|
|
say "shit";
|
|
}
|