Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / qbasic / qbasic_example.output
Size: Mime:
'10'          Name.Label
' '           Text.Whitespace
'print'       Name.Variable.Global
' '           Text.Whitespace
'RIGHT$'      Keyword.Reserved
'('           Punctuation
'"hi there"'  Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'5'           Literal.Number.Integer.Long
')'           Punctuation
'\n'          Text

'20'          Name.Label
' '           Text.Whitespace
'goto'        Name.Variable.Global
' '           Text.Whitespace
'10'          Literal.Number.Integer.Long
'\n'          Text