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 :: loop true childs roblox 
Lua :: keywords in lua 
Lua :: dictionnary lua 
Lua :: lua find key in table 
Lua :: how to make a color changing brick in roblox studio 
Lua :: lua sort 
Lua :: how to get the length of a table in lua 
Lua :: lua random number 
Lua :: What is transparency in roblox 
Lua :: forever loop roblox lua 
Lua :: to the power of in lua 
Lua :: wait for player character roblox 
Lua :: lua how to make a click to activate button 
Lua :: random number genarator 
Lua :: lua to integer 
Lua :: Roblox studio increase variable when holding W 
Lua :: lua compare time 
Matlab :: if directory exist matlab 
Matlab :: sum vs symsum in matlab script 
Matlab :: matlab function without output 
Matlab :: matlab app designer axes buttondownfcn 
Basic :: ogg to mp3 
Elixir :: elixir length of list 
Elixir :: elixir get error message 
Scala :: quantification scalaire 
Scala :: How to have scalable images using image view xamarin XML 
Actionscript :: react native uuid 
Excel :: select full column in excel 
Perl :: comments in perl 
Pascal :: turbo pascal online compiler 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =