Operators
Numerical + - * / mod abs
Comparison = != > <
Boolean not and or
Constructors
Object: Employee(name: “John”, salary: 15000)
Collection: Vector(1, 2, 3)
Structure: struct(name: p.name, age: p.age)
Litteral collection: set(1, 2, 3)
Previous slide
Next slide
Back to first slide
View graphic version