6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
proc main
|
||
|
{
|
||
|
@arthur(greeting) "Welcome to this fine estate!";
|
||
|
|
||
|
jump main; // return to start
|
||
|
}
|