Search
 
SCRIPT & CODE EXAMPLE
 

LUA

user input lua

 s = io.read("*n") -- read a number
 s = io.read("*l") -- read a line (default when no parameter is given)
 s = io.read("*a") -- read the complete stdin
 s = io.read(7) -- read 7 characters from stdin
 x,y = io.read(7,12) -- read 7 and 12 characters from stdin and assign them to x and y
 a,b = io.read("*n","*n") -- read two numbers and assign them to a and b
Comment

input in lua

local input = io.read()
Comment

user input lua

input = io.read()
Comment

lua input

input = io.read()
Comment

PREVIOUS NEXT
Code Example
Lua :: lua table functions 
Lua :: type lua 
Lua :: when do true loop on roblox lua 
Lua :: Print when a player joined roblxo 
Lua :: lua pairs 
Lua :: lua roblox hack scripts 
Lua :: convert a float to string lua 
Lua :: when do true loop on roblox 
Lua :: roblox studio buying robux 
Lua :: FiveM how to check where nearest player is 
Matlab :: matlab symbolic derivative 
Matlab :: matlab set fig zoom 
Matlab :: matlab log 
Matlab :: odd even in array matlab 
Basic :: how to make vbs error message box 
Basic :: resttemplate authorization basic 
Basic :: remove button selection outline visual basic 
Elixir :: HTTPoison post json 
Elixir :: elixir alias __module__ 
Scala :: scala reverse list 
Scala :: dataframe column json parser spark scala 
Actionscript :: hello world in actionscript 
Excel :: google sheets sort column by item frequency 
Perl :: perl post condition 
Perl :: what happened to perl 6 
Pascal :: pascal area 
Gdscript :: godot find_node() 
Lisp :: emacs switch horizontal vertical 
Assembly :: vba check if shape name exists 
Assembly :: how to check whether a row contains a numeric value or not in df 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =