Posted 20 October 2014 - 07:38 PM
Well, I am trying to make File transfer system in Computercraft, I do not need any more knowledge of Rednet, but I am stuck in this thing:
Can I write program using string? Example:
If someone sends string: while true do
*Write the first line, while true do*
Then: print("HELLO WORLD!")
*Write the second line*
And: end
*Write the third line*
…Or…
If someone sends the whole program thing in one string: while true do print("HELLO WORLD!") end
So, is that possible?
Can I write program using string? Example:
If someone sends string: while true do
*Write the first line, while true do*
Then: print("HELLO WORLD!")
*Write the second line*
And: end
*Write the third line*
…Or…
If someone sends the whole program thing in one string: while true do print("HELLO WORLD!") end
So, is that possible?