User Tools

Site Tools


inf:scala

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
inf:scala [2022/11/27 12:27]
sqbell [Typy danych]
inf:scala [2022/11/27 12:30] (current)
sqbell [Pierwszy program w Scali]
Line 1: Line 1:
-====== Pierwszy program w Scali ======+====== First scala program ======
  
-====== Typy danych ======+====== Data types (the interesting parts) ======
  
-Typ Liczba bajtów Zakres +Type Info 
-Boolean || true / false+Unit No value | 
 +| Null  | Empty or null reference | 
 +| Nothing | Subtype of every other type | 
 +| Any | Supertype of any type | 
 +| AnyRef | Supertype of any reference type 
inf/scala.1669552038.txt.gz · Last modified: 2022/11/27 12:27 by sqbell