Skip to content

Instantly share code, notes, and snippets.

@jeffotoni
Created April 15, 2019 03:28
Show Gist options
  • Save jeffotoni/ecb1fb213ab56077370bd53006360414 to your computer and use it in GitHub Desktop.
Save jeffotoni/ecb1fb213ab56077370bd53006360414 to your computer and use it in GitHub Desktop.
ch <- v // Envia v para canalizar ch.
v: = <-ch // Receber de ch e
// atribui valor ao v.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment