View Single Post
Old 12-16-2004, 04:40 AM   #5 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
I've always found the alternate syntax clunky... if that's a word.

It always felt cleaner to use the c-style syntax..

Code:
if (foo()) {
//
}
else {
//ahh
}
-r
idx is offline   Reply With Quote