Created
June 21, 2017 21:57
-
-
Save NandoKstroNet/847e507e715aafe80e39ae1b2f9d80a9 to your computer and use it in GitHub Desktop.
Código criado nos posts da série como começar a desenvolver com PHP pela Code Experts Learning
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
<?php | |
$a = 10; | |
if($a == 10) { | |
print 'A variável $a é igual a ' . $a; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment