Re: Euphoria Logo Contest, will you participate?
- Posted by jimcbrown (admin) Sep 29, 2009
- 39721 views
kinz said...
jeremy said...
kinz said...
So the curly brackets are good, but they do not represent EU
well enough, I think.
Huh? The major language defining attribute about Euphoria is the sequence! How do you write a sequence? { }. Thus, { and } are the language defining character of Euphoria. Not a paren, comma i or e.
Try please:
sequence a a = repeat(0,0) ? a
Without curly brackets.
Regards,
kinz
Wrong. That outputs the curly brackets.
{}