Numbers with equal rises and falls: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
 
Line 992:
=={{header|EasyLang}}==
{{trans|AWK}}
<syntaxhighlight lang="easylang">
fastfunc risefall n .
if n < 10
Line 1,022:
if cnt <= 200
write n
if cnt mod 2010 = 0
print ""
.
1,978

edits