A valid function name starts with a letter or underscore, followed by any number of letters, numbers, or underscores.
Poprawna nazwa funkcji zaczyna się od litery lub podkreślnika, po których następuje dowolna ilość liter, cyfr i podkreślników.
Function blocks begin with the keyword def followed by the function name and parentheses (()).
Bloki funkcyjne zaczynają się od słowa kluczowego def, po którym następuje nazwa funkcji i nawiasów (()).
The file will be saved in the same location as hashing file, with the same name extended by hash function name extension.
Plik zostanie zapisany w tym samym katalogu co plik z którego suma została obliczona, o takiej samej nazwie rozszerzoną o nazwę funkcji skrótu.
In the function screen tip that appears, click the function name to view the Help article to learn more about the function syntax and its arguments.
W etykietce ekranowej funkcji, które zostanie wyświetlone kliknij nazwę funkcji, aby wyświetlić artykuł pomocy, aby dowiedzieć się więcej na temat składni funkcji i argumenty.
Interfaces are defined to provide a common function name to the implementers.
Interfejsy są definiowane w celu stworzenia wspólnej nazwy funkcji do realizatorów.
The function name is clear, for which it is responsible.
The arguments we put in parentheses after the function name.
Mostly this is used for C programs, in which case {tag} could be a function name.
Zazwyczaj używa się tego sposobu dla programów w C, w których wypadku {znacznik} może być nazwą funkcji.
Note that there are no parentheses after the function name and no parameters passed, because you're simply assigning a reference to the function, rather than actually calling it.
Zwróć uwagę, że nie ma żadnych nawiasów za nazwą funkcji i nie są przekazywane żadne parametry, ponieważ chcemy przypisać referencję do tej funkcji, a nie wywołać ją.
Note, however, that the text after the first pipe character is always the function name; the first positional argument is the text after the second pipe.
Należy jednak zwrócić uwagę na fakt, że tekst po pierwszym znaku potoku jest zawsze nazwą funkcji; pierwszy argument pozycyjny jest tekstem po drugim znaku potoku.
There must be an assignment statement of the type - name:= expression; in the function body that assigns a value to the function name.
Tam musi być instrukcja przypisania typu - name: = wyrażenie; w ciele funkcji, która przypisuje wartość do nazwy funkcji.
After you type the equal sign (=) and the function name, you can see information about the formula syntax and the function arguments.
Po wpisaniu znaku równości (=) i nazwy funkcji są wyświetlane informacje o składni formuły i argumentach funkcji.
The structure of a function begins with an equal sign (=), followed by the function name, an opening parenthesis, the arguments for the function separated by commas, and a closing parenthesis.
Struktura funkcji zaczyna się od znaku równości (=), po którym następuje nazwa funkcji, nawias otwierający, argumenty funkcji oddzielone średnikami i nawias zamykający.