RE: compare() and equal()
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 09, 2001
- 495 views
Hi Kat, ain't programming fun. Mind you, I doubt if you would have had problems if Euphoria allowed you to write ... sequence left, right . . . if left = right then result &= sprintf("%s", {right}) else result &= sprintf("[%s,%s]", {left,right} ) end if ----------- cheers, Derek Parnell