Syntax highlighting using Mediawiki formatting: Difference between revisions

m
Line 419:
'''integer''' line_comment = i
'''while''' i<l '''and''' pgm[i+1]!='\n' '''do''' i += 1 '''end''' '''while'''
''-- if pgm[i]='\n' then i -= 1 end if''
out &= `''` & pgm[line_comment..i] & `''`
elsif ch='/' '''and''' i<l '''and''' pgm[i+1]='*' '''then'''
Line 449 ⟶ 448:
'''puts'''(1,out)
{} = '''wait_key'''()
 
 
=={{header|Python}}==
7,815

edits