kopia lustrzana https://github.com/backface/turtlestitch
				
				
				
			took out "relabel" options for COMBINE
							rodzic
							
								
									bc908f9608
								
							
						
					
					
						commit
						54b49265cd
					
				|  | @ -91,6 +91,7 @@ | |||
| ### 2019-06-25 | ||||
| * threads: 2 optional formal inputs for rings in MAP, KEEP, FIND, COMBINE: index and source list | ||||
| * objects, threads: renamed COMBINE label, switching the inputs | ||||
| * objects: took out "relabel" options for COMBINE | ||||
| 
 | ||||
| ### 2019-06-24 | ||||
| * removed "such that" from KEEP and FIND block labels | ||||
|  |  | |||
|  | @ -1583,10 +1583,9 @@ SpriteMorph.prototype.blockAlternatives = { | |||
|     doHideVar: ['doShowVar'], | ||||
| 
 | ||||
|     // lists - HOFs
 | ||||
|     reportMap: ['reportKeep', 'reportFindFirst', 'reportCombine'], | ||||
|     reportKeep: ['reportFindFirst', 'reportMap', 'reportCombine'], | ||||
|     reportCombine: ['reportMap', 'reportKeep', 'reportFindFirst'], | ||||
|     reportFindFirst: ['reportKeep', 'reportMap', 'reportCombine'] | ||||
|     reportMap: ['reportKeep', 'reportFindFirst'], | ||||
|     reportKeep: ['reportFindFirst', 'reportMap'], | ||||
|     reportFindFirst: ['reportKeep', 'reportMap'] | ||||
| }; | ||||
| 
 | ||||
| // SpriteMorph instance creation
 | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 jmoenig
						jmoenig