added an alias io.read = readln

This commit is contained in:
Izaya 2017-08-01 21:39:10 +10:00
parent a6323122ba
commit ac12f3a940
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ function readln(rC)
end
end
end
io.read = readln