This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
inf:scala [2022/11/27 12:30] sqbell [Typy danych] |
inf:scala [2022/11/27 12:30] (current) sqbell [Pierwszy program w Scali] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
====== Data types (the interesting parts) ====== | ====== Data types (the interesting parts) ====== | ||
Line 7: | Line 7: | ||
| Null | Empty or null reference | | | Null | Empty or null reference | | ||
| Nothing | Subtype of every other type | | | Nothing | Subtype of every other type | | ||
- | | Any | Supertype of any type | + | | Any | Supertype of any type | |
| AnyRef | Supertype of any reference type | | | AnyRef | Supertype of any reference type | |