Last active
December 15, 2015 15:28
-
-
Save toddgeist/5281528 to your computer and use it in GitHub Desktop.
Let Variable String
This file contains 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
$firstName = "Todd" ; | |
$lastName= "Geist" ; | |
$age = 6; | |
$birthDate = "5/13/2007" ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment