Switch to edit mode.
Name(s): is_art1: "The art gallery requires that an 'art' object:" 2: " 1) Be a child of $sign (#1628)" 3: " 2) Have a name of less than 16 characters" 4: return length(args[1]:title()) < 16 && args[1]:isa($sign) 5: "Last modified by Dax (#789) on Tue May 11 07:18:52 1999 MDT."