12 lines
No EOL
255 B
Text
12 lines
No EOL
255 B
Text
' General Bots Copyright (c) pragmatismo.cloud. 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!" |