Monday, January 07, 2008

NOTE SYNTAX OF require/load VS. SYNTAX OF include[R4R page159]

You may have noticed that when you use require or load, you put the name of the item you’re requiring or loading in quotation marks, but with include, you don’t. require and load take strings as their arguments, whereas include takes the name of a module, in the form of a constant. The requirements to require and load are usually literal strings (in quotation marks), but a string in a variable will also work.

No comments :