Method Stdio.FILE()->ngets()
- Method ngets
 array(string) ngets(void|int(1..)n,bool|voidnot_all)- Description
 Get
nlines.- Parameter 
n Number of lines to get, or all remaining if zero.
- Parameter 
not_all Set this parameter to ignore partial lines at EOF. This is useful for eg monitoring a growing logfile.