Posted 17 December 2012 - 12:58 PM
Think that i have a program. Like: test.
test program:
>test 4
5
Hope you help me guys!
test program:
function f(x)
print(x+1)
end
I wanna call test with a value for x but from terminal, like:>test 4
5
Hope you help me guys!