Replies: 1 comment
-
你可以试试重定向一个print函数 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I get script output ?
for example:
function add(i,j)
return i*j
end
print(add(3,5))
how get 15 ?
Beta Was this translation helpful? Give feedback.
All reactions