Exercises
Exercise 4
- What's the relationship between syntax, static semantics and semantics?
https://www.quora.com/Whats-the-relationship-between-syntax-static-semantics-and-semantics
Exercise 10
round(2.6) ==3 int
int(2.6) == 2
5*2 == 5.0*2.0
https://www.quora.com/Whats-the-relationship-between-syntax-static-semantics-and-semantics
round(2.6) ==3 int
int(2.6) == 2
5*2 == 5.0*2.0