You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
228 B

4 years ago
  1. Basics
  2. ------
  3. - There's a _lot_ of syntax
  4. - Much of it recognizable from elsewhere:
  5. - PHP syntax is basically Perl-lite
  6. - Perl regexps: `grep`, `sed`, `vi`, PCRE, etc.
  7. - Idioms from the shell, C, and even BASIC