| 
							
							USING: tools.deploy.config ;
 | 
						
						
						
						
							 | 
							
							H{
 | 
						
						
						
						
							 | 
							
							    { deploy-threads? t }
 | 
						
						
						
						
							 | 
							
							    { deploy-c-types? f }
 | 
						
						
						
						
							 | 
							
							    { deploy-ui? f }
 | 
						
						
						
						
							 | 
							
							    { deploy-word-props? f }
 | 
						
						
						
						
							 | 
							
							    { deploy-word-defs? f }
 | 
						
						
						
						
							 | 
							
							    { deploy-math? t }
 | 
						
						
						
						
							 | 
							
							    { deploy-io 2 }
 | 
						
						
						
						
							 | 
							
							    { deploy-name "tools.deploy.test.4" }
 | 
						
						
						
						
							 | 
							
							    { deploy-reflection 1 }
 | 
						
						
						
						
							 | 
							
							    { "stop-after-last-window?" t }
 | 
						
						
						
						
							 | 
							
							}
 |