next up previous contents index
Next: Operators and syntax Up: Conventions adopted by XLOGO Previous: Specific character \   Contents   Index

Case-sensitivity

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)



Loïc 2008-06-08