Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
ArtistNoun <:: ("Cat", "Dog", "Bunny", "Bear"); Adjective <:: ("Cuddly", "Plush", "Pink", "Big"); Verb <:: ("Is", "Has", "Wants", "Goes"); count <:: 10; main <:: {* count-- : Draw (Adjective[?], " ", Noun[?], " ", Verb[?], " ", Adjective[?], " ", Noun[?], CRLF); *};
See prompt for source code.