EpilogJS
What
versus
How
 

variable


A variable is a string of alphanumeric characters and underscores beginning with either an upper case letter or an underscore. Note that it is common practice not to use upper case letters in variables except as the first character. (This is to allow interoperation with implementations that are case-independent and, therefore, do not distinguish upper and lower case letters).




Comments and complaints to genesereth@stanford.edu.