Second pass
This commit is contained in:
		@@ -5,14 +5,14 @@ Run part of a program when the micro:bit receives a
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Parameters
 | 
					### Parameters
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* **body** is the part of the program to run when the micro:bit receives information over ``radio``.
 | 
					* the part of the program to run when the micro:bit receives information over ``radio``.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Example
 | 
					### Example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This program never stops.  It keeps sending numbers that says how
 | 
					This program keeps sending numbers that says how fast the micro:bit is
 | 
				
			||||||
fast the micro:bit is slowing down or speeding up.  It also receives
 | 
					slowing down or speeding up.  It also receives numbers for the same
 | 
				
			||||||
numbers that say how fast nearby micro:bits are going. It
 | 
					thing from nearby micro:bits. It shows these numbers as a
 | 
				
			||||||
shows these numbers as a [bar graph](/reference/led/plot-bar-graph).
 | 
					[bar graph](/reference/led/plot-bar-graph).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```blocks
 | 
					```blocks
 | 
				
			||||||
basic.forever(() => {
 | 
					basic.forever(() => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user