15 lines
		
	
	
		
			333 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			333 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: tools.deploy.config ;
							 | 
						||
| 
								 | 
							
								H{
							 | 
						||
| 
								 | 
							
								    { deploy-word-defs? f }
							 | 
						||
| 
								 | 
							
								    { deploy-reflection 1 }
							 | 
						||
| 
								 | 
							
								    { deploy-word-props? f }
							 | 
						||
| 
								 | 
							
								    { deploy-threads? t }
							 | 
						||
| 
								 | 
							
								    { deploy-unicode? f }
							 | 
						||
| 
								 | 
							
								    { "stop-after-last-window?" t }
							 | 
						||
| 
								 | 
							
								    { deploy-name "hello-unicode" }
							 | 
						||
| 
								 | 
							
								    { deploy-math? t }
							 | 
						||
| 
								 | 
							
								    { deploy-ui? t }
							 | 
						||
| 
								 | 
							
								    { deploy-io 2 }
							 | 
						||
| 
								 | 
							
								    { deploy-c-types? f }
							 | 
						||
| 
								 | 
							
								}
							 |