Statements
Statement is instruction that will be executed. So program is sequence of statements.
Statement usually are composed of values, operators, expressions, keywords and comments.
// statement example of the variable declaration
var x : Int = 34*67
Common methods to describe the syntax of statements are Backus–Naur form and syntax diagrams.