global proc superPerson (string $adj, string $noun, string $eyeCol) { print ("Hello "+ $adj +" "+ $noun +"!\n"); print "Welcome to the database of Supers, please allow a retina scan for verification\n"; print("\n..."); print ("\n\n..."); print ("\n\n...verification complete...\n"); print ("\n Access granted, your "+$eyeCol+" eyes look lovely today, "+$adj+" "+$noun+"!"); } superPerson ("Vermillion", "Prison", "blue");
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter