Zezwalaj na wyłączanie linków i ukrywanie linku pomocy w env var.
Allow disabling links and hiding help link with an env var.
Jedną z metod tworzenia zmiennych jest użycie słowa kluczowego var.
One way of creating variables is with the var keyword.
W tym celu możesz korzystać z ogrodu var.
For this purpose, you can use and garden var.
Parametry głównego konstruktora oznaczone przez val i var są publiczne.
Primary constructor parameters with val and var are public.
Zmienne tworzone poprzez var nie mają zasięgu bloku.
Variables declared with var do not have block scope.
Ukryj opcję trybu niebezpiecznego przełącz z env var.
Hide unsafe mode option toggle with an env var.
Przedstaw env var, aby przełączyć autoselection wszystkich dysków.
Introduce env var to toggle autoselection of all drives.
Zmienne deklarowane w procedurze przez polecenie var są dostępne wyłącznie wewnątrz tej procedury.
Variables declared with var in the procedure are available only within the procedure.
Zmienną można zdefiniować używając słowa kluczowego var.
You can define a variable with the var keyword.
W sumie oznacza to, że let nie nadpisze zmiennych zdefiniowanych wcześniej przez var.
This essentially means that let won't override variables previously defined using var.
Jeżeli wewnątrz aktualnego zasięgu znajduje się deklaracja var foo, skorzystaj z niej.
In case there is a var foo statement in the current scope, use that.
Mówi się, że var tworzy zmienne lokalne, a export - globalne.
It is said that var creates local variables and export creates global.
Taka składnia bardzo przypomina składnię używaną dla var.
This syntax is very much like the syntax used for var.