Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
ArtistCompute and display the following text output, after processing: Noun <:: ("Cat", "Dog", "Bunny", "Bear"); Adjective <:: ("Cuddly", "Plush", "Pink", "Big"); Verb <:: ("Is", "Has", "Wants", "Goes"); count <:: 10; main <:: {* count-- : Print(Adjective[?], " ", Noun[?], " ", Verb[?], " ", Adjective[?], " ", Noun[?], CRLF); *}; .
The Plushiefied version :)