proc main { "One line test"; @arthur(normal) "Welcome to this fine estate!"; @arthur(happy) "I am pleased to see you."; "An inbetweener if you were"; @arthur(none); jump main; // return to start }