Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -8,7 +8,7 @@ lineNo = 0
|
|||
|
||||
loop label ioloop forever
|
||||
inLine = ask
|
||||
if inLine = null then leave ioloop -- stop on EOF
|
||||
if inLine = null then leave ioloop -- stop on EOF (Try Ctrl-D on UNIX-like systems or Ctrl-Z on Windows)
|
||||
lineNo = lineNo + 1
|
||||
lines[0] = lineNo
|
||||
lines[lineNo] = inLine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue