Skip to content

Instantly share code, notes, and snippets.

@et
Created April 5, 2010 12:55
Show Gist options
  • Save et/356311 to your computer and use it in GitHub Desktop.
Save et/356311 to your computer and use it in GitHub Desktop.
$n = '3 apples';
$m = '2 oranges';
print $n + $m;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment