Difference between revisions of "Translations:Expressions/173/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "Sintaxe: RANDOM(<limite inicial>; <limite final>) Exemplo: '''RANDOM(10; 100)''' – Retorna um número aleatório entre ''10'' e ''100''")
 
(No difference)

Latest revision as of 19:52, 22 November 2019

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Expressions)
Syntax: 
  RANDOM(<start limit>; <end limit>)
Example: 
  '''RANDOM(10;100)''' - Returns a random number between ''10'' and ''100''
TranslationSintaxe:
  RANDOM(<limite inicial>; <limite final>)
Exemplo:
  '''RANDOM(10; 100)''' – Retorna um número aleatório entre ''10'' e ''100''

Sintaxe:

 RANDOM(<limite inicial>; <limite final>)

Exemplo:

 RANDOM(10; 100) – Retorna um número aleatório entre 10 e 100