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