9 lines
		
	
	
		
			354 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			354 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: help.syntax help.markup strings ;
							 | 
						||
| 
								 | 
							
								IN: simple-flat-file
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ABOUT: "simple-flat-file"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ARTICLE: "simple-flat-file" "Parsing simple flat files"
							 | 
						||
| 
								 | 
							
								"The " { $vocab-link "simple-flat-file" } " vocabulary provides words for loading and parsing simple flat files in a particular format which is common for encoding tasks."
							 | 
						||
| 
								 | 
							
								{ $subsection flat-file>biassoc } ;
							 |