Код: Выделить всё
my function = {
"certainInput":exec("what I wanna execute in this function")
}
Код: Выделить всё
say["hello world"]
outputs "hello world"
Подробнее здесь: https://stackoverflow.com/questions/791 ... ing-arrays
Код: Выделить всё
my function = {
"certainInput":exec("what I wanna execute in this function")
}
Код: Выделить всё
say["hello world"]
outputs "hello world"