l = list while l do print(l.value) l = l.next end (Because we implemented our list as a stack, the lines will be printed in reverse order.) ...
確定! 回上一頁