'' Text '// Node.js REPL Session\n' Comment.Single '> ' Generic.Prompt 'let' Keyword.Declaration ' ' Text 'a' Name.Other ' ' Text '=' Operator ' ' Text '3' Literal.Number.Float '\n' Text 'undefined' Keyword.Constant '\n' Text '> ' Generic.Prompt 'a' Name.Other '\n' Text '3' Literal.Number.Float '\n' Text '> ' Generic.Prompt 'let' Keyword.Declaration ' ' Text 'b' Name.Other ' ' Text '=' Operator ' ' Text "'4'" Literal.String.Single '\n' Text 'undefined' Keyword.Constant '\n' Text '> ' Generic.Prompt 'b' Name.Other '\n' Text "'4'" Literal.String.Single '\n' Text '> ' Generic.Prompt 'b' Name.Other ' ' Text '==' Operator ' ' Text 'a' Name.Other '\n' Text 'false' Keyword.Constant '\n' Text '> ' Generic.Prompt 'b' Name.Other ' ' Text '===' Operator ' ' Text 'a' Name.Other '\n' Text 'false' Keyword.Constant '\n' Text '> ' Generic.Prompt 'if' Keyword '(' Punctuation 'a' Name.Other ')' Punctuation ' ' Text '{' Punctuation '\n' Text '...' Generic.Prompt ' ' Text 'console' Name.Other '.' Punctuation 'log' Name.Other '(' Punctuation 'a' Name.Other ')' Punctuation '\n' Text '...' Generic.Prompt ' ' Text '}' Punctuation '\n' Text '3' Literal.Number.Float '\n' Text 'undefined' Keyword.Constant '\n' Text '> ' Generic.Prompt 'c' Name.Other '\n' Text 'Uncaught' Name.Other ' ' Text 'ReferenceError' Name.Exception ':' Operator ' ' Text 'c' Name.Other ' ' Text 'is' Name.Other ' ' Text 'not' Name.Other ' ' Text 'defined' Name.Other '\n' Text