Print (Harvest)
From OxeyeWiki
| 
 nil print(text)  | ||
| 
 Prints a string in the lower left corner in the game.  | ||
| Parameter | Expected Type | Description | 
| text | String | The text to be printed. | 
| Returns | ||
| 
 Returns nothing.  | ||
Example
   print("Timer is now: " .. timer)
				
								
								
												
			| 
 nil print(text)  | ||
| 
 Prints a string in the lower left corner in the game.  | ||
| Parameter | Expected Type | Description | 
| text | String | The text to be printed. | 
| Returns | ||
| 
 Returns nothing.  | ||
   print("Timer is now: " .. timer)