In the course of my work, I support code in several programming languages ββ(see below). Since I have not mastered most of them, I continue to forget about the differences in syntax between them. Is there a good link that covers (preferably for all of them on the A4 side, in the table) the main features of the language, for example.
- conditional statements (if (something) {} or not?)
- Comparison operators (is it =, == or sometimes ===? Is it <> or! =)
- Are variables case sensitive?
- How do you concatenate strings? (. or or +?)
I would like to do this for:
- Python
- Php
- Perl
- Javascript
- ASP
reference programming-languages
paulmorriss
source share