Skip to content

Instantly share code, notes, and snippets.

@manuel-gonzalez-1988
Created February 4, 2024 01:55
Show Gist options
  • Save manuel-gonzalez-1988/02acc04df8d125de49ff5a1d3519b673 to your computer and use it in GitHub Desktop.
Save manuel-gonzalez-1988/02acc04df8d125de49ff5a1d3519b673 to your computer and use it in GitHub Desktop.
if2
$edad = 18;
if ($edad >= 18) {
echo "Eres mayor de edad.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment