mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	Explain the difference between NL and NEWLINE.
This commit is contained in:
		
							parent
							
								
									c608fb6389
								
							
						
					
					
						commit
						ce7298ab42
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -43,5 +43,8 @@ passed to the \var{tokeneater} function by \function{tokenize()}: | ||||||
|   Token value used to indicate a comment. |   Token value used to indicate a comment. | ||||||
| \end{datadesc} | \end{datadesc} | ||||||
| \begin{datadesc}{NL} | \begin{datadesc}{NL} | ||||||
|   Token value used to indicate a newline. |   Token value used to indicate a non-terminating newline.  The NEWLINE | ||||||
|  |   token indicates the end of a logical line of Python code; NL tokens | ||||||
|  |   are generated when a logical line of code is continued over multiple | ||||||
|  |   physical lines. | ||||||
| \end{datadesc} | \end{datadesc} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ka-Ping Yee
						Ka-Ping Yee