Jump to content

Rosetta Code/Rank languages by popularity: Difference between revisions

m
→‎REXX program: changed a ^ glyph to ¬.
m (→‎REXX program: changed quoting style.)
m (→‎REXX program: changed a ^ glyph to ¬.)
Line 4,803:
if igAst then do; igAst= pos(' * ',$)==0; if igAst then iterate; end
if pos('RETRIEVED FROM', translate($$))\==0 then leave /*pseudo End─Of─Data?.*/
if which=='L' then do; if left($$, 1)\=="*" then iterate /*lang ^¬legitimate?*/
parse upper var $$ '*' $$ "<"; $$= space($$)
if $$=='' then iterate /*recs*/; L.$$= 1
Cookies help us deliver our services. By using our services, you agree to our use of cookies.