Re: Euphoria sucks at golfing
- Posted by PeteE May 08, 2014
- 1533 views
jaygade said...
Are there any more gains to be had?
if find(0,X) then X={} end if ?X
could be replaced with
?X[1..$*not find(0,X)]
Are there any more gains to be had?
if find(0,X) then X={} end if ?X
could be replaced with
?X[1..$*not find(0,X)]