11 Jul
2000
11 Jul
'00
9:55 p.m.
On Tue, Jul 11, 2000 at 04:00:26PM -0400, Terry Babbey wrote:
I think if I can get an answer to a stupid question it may go along way to opening my eyes to Zope.
I need to understand the use of ',",(),[]. I think when you use single quote ' - it means to take as literal - don't interpret.
all of these come directly from the Python language. you should read the Python tutorial (find it on python.org) and you'll understand them all. in short: ' and " are equivalent () are for functions or methods [] are for arrays (aka list, aka tables) or dictionnaries (aka mappings) bye, Jerome Alet