Rules of Programming Languages

This lesson goes through the main ideas that are true for all programming languages. There are things that are common in every coding language, like

  • how we write the languages;
  • what words exist in that language; 
  • what order those words are written in;
  • if it matters whether we write some words in uppercase, lowercase or freestyle;
  • whether instructions need to end with something like a period (.) or a semi-colon (;)
  • etc.
These, amongst others, are some of the things that you will start noticing whenever you learn a coding or programming language. 
Post a comment

Leave a Comment