lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 171 forks source link

Clarify relation between "sats" and "uttryck" #657

Closed AhmadGhaemi closed 1 year ago

AhmadGhaemi commented 2 years ago

Page 32, section 1.1.27 https://fileadmin.cs.lth.se/pgk/compendium.pdf and slide on page 69/814 https://fileadmin.cs.lth.se/pgk/all-lectures.pdf

Could cause confusion for things like val i = 1 +1 where an expression is included within a statement. Perhaps include a remark about a line like that?