Screen Shot 2021-11-21 at 01.16.00.png
Как получить результат функции? How do you get the return value of a function?
-
У меня вызывается функция, в которой при одном условии я хочу вернуть 1, при другом 0. Как мне получить доступ к тому, что вернулось и узнать там 1 или 0? В БАС нет возможности получить значения в return?
I have a function being called where I want to return 1 under one condition and 0 under another. How do I access what is returned and find out if it's 1 or 0? There is no way to get the values in return in BAS?
Main:

Function:
