Created
April 15, 2019 03:28
-
-
Save jeffotoni/ecb1fb213ab56077370bd53006360414 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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