Skip to content

como utilizar o retorne dentro de uma função #223

Closed Answered by dgadelha
Kkraties13 asked this question in Dúvidas / Perguntas
Discussion options

You must be logged in to vote

Olá!

A função que retorna um valor deve vir com o tipo de retorno na sua declaração, por exemplo:

programa {
  funcao inteiro teste() {
    retorne 42
  }
  
  funcao inicio() {
    inteiro valor = teste()
    escreva("resposta: ", valor)
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dgadelha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants