Re: Win4Eu: need synonym for 'get'
- Posted by Tommy Carlier <tommy.carlier at telenet.be> Sep 24, 2004
- 518 views
Igor Kachan wrote: > 'Ask' or 'ask' are good and short words, on my taste. I think 'ask' is the shortest alternative for 'get'. It's not really a synonym, but it describes the function better than 'obtain' or 'fetch'. You ask an object for the value of one of his properties. Produces very polite code
constant win = create(Window, "win", {}) set(win, "Size", {300, 200}) integer width width = ask(win, "Width")
I think it's ironic that the best English alternative was found by a Russian guy. Thanks! -- tommy online: http://users.telenet.be/tommycarlier tommy.blog: http://tommycarlier.blogspot.com Euphoria Message Board: http://uboard.proboards32.com