XLOGO makes no distinctions on case as regards procedure names and
primitives. Thus, with the procedure square as defined earlier,
whether you type SQUARE or sQuaRe, the command interpreter
will translate it correctly and execute square. On the other
hand, XLOGO is case-sensitive on lists and words:
print "Hello ----> "Hello (the initial capital H is retained)