|
From: Raymond S. <dst...@or...> - 2000-11-24 21:29:55
|
True, in 'loosely' scripted code. But since this API is an spectacular =
demonstration of OOP in js I was a bit suprised to find and 'loose' in =
it at all... =20
----- Original Message -----=20
From: Pascal Bestebroer=20
To: dyn...@li...=20
Sent: Friday, November 24, 2000 9:30 AM
Subject: RE: [Dynapi-Help] Why are there no semicolons?!?!
you only have to use a semicolon between two distinct commands on a =
single line.. eg.:
document.write('test'); return true
this could be written as:
document.write('test')
return true
Pascal Bestebroer
pa...@dy...
http://www.dynamic-core.net=20
-----Oorspronkelijk bericht-----
Van: dyn...@li... =
[mailto:dyn...@li...]Namens Doug Melvin
Verzonden: vrijdag 24 november 2000 20:44
Aan: dyn...@li...
Onderwerp: [Dynapi-Help] Why are there no semicolons?!?!
Why is there not a single simicolon in any of these files?
Does javascript not expect a line delimiter?
Would not the code be easier to debug if we knew for a fact that the =
'error on line 116' was really on line 116?
Thank you,
Doug Melvin
Integrated System Solutions: Design, Development, Implementation and =
Support
Creative-Workshop.com=20
|