Jeżeli jeden z parametrów fukcji został nazwany foo, użyj go.
If one of the function parameters is named foo, use that.
Ten przykład przypisuje nienazwaną i anonimową funkcję do zmiennej foo.
This example assigns the unnamed and anonymous function to the variable foo.
Jeżeli funkcja została nazwana foo, skorzystaj z tego.
If the function itself is called foo, use that.
Zauważ, że foo jest zobowiązane być nazwą pakietu.
Note that foo is supposed to be the package name.
Zmienia nazwę istniejącego pliku foo na bar.
Rename an existing file foo to a new name bar.
Szybciej niż możesz powiedzieć egg foo yung.
Faster than you could say egg foo yung.
Przekierowuje standardowe wejście polecenia do pliku foo.
Redirect standard input of command to a file foo.
Dlatego idziesz tam gdy omlet egg foo yung jest nadal młody.
That's why you got to get there why the egg foo is still young.
Istnieją dwie metody na związanie pliku foo z innym plikiem bar.
There are two methods of associating a file foo with a different filename bar.
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.
Kopiuje istniejący plik foo do nowego pliku bar.
Copy a existing file foo to a new file bar.
Wyświetla informacje o pakietach foo bar...
This checks the information for packages foo bar...
Pakiet można zaimportować przez import foo.bar lub from foo import bar.
A package can be imported with import foo.bar or from foo import bar.