March 5, 2008
March 4, 2008
The Code of Art
if (artDenotion.adjudication(art) == true) {
Art = True;
alert (“This is Art”);
} else {
Art = False;
alert (“This is NOT Art”);
}
if (artDenotion.adjudication(art) == true) {
Art = True;
alert (“This is Art”);
} else {
Art = False;
alert (“This is NOT Art”);
}