Panakotta

Human Echo Example

Jul 27th, 2021 (edited)
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local shell = require("shell")
  2. shell.write("Write something: ")
  3. local input = shell.readLine()
  4. shell.writeLine("So you wrote '" .. input .. "' huh?")
  5.  
Add Comment
Please, Sign In to add comment