12 lines
		
	
	
		
			No EOL
		
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			256 B
		
	
	
	
		
			Text
		
	
	
	
	
	
' General Bots Copyright (c) pragmatismo.com.br. All rights reserved. Licensed under the AGPL-3.0. 
 | 
						|
 | 
						|
talk "Quer pagar quanto?"
 | 
						|
hear amount
 | 
						|
 | 
						|
if amount < 5  then
 | 
						|
    talk "O mínimo que vendo este produto é 5."
 | 
						|
else
 | 
						|
	get payment amount
 | 
						|
end if
 | 
						|
 | 
						|
talk "Valeu!" |