Slide 28
Slide 28 text
What are the basics?
🤔
Literals(int, long, float, double, string, char),
Functions(normal, local)
Collections(list, set, array, dictionaries)
Flow(conditional, loops, ranges)
Classes(normal, object, data, enum)
Safety(try-catch, not-null)