Operating system for OpenComputers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
109B

  1. print("PID# VTY# Name")
  2. for k,v in pairs(tTasks) do
  3. print(string.format("%4d %4d %s",k,v.e.t or 0,v.n))
  4. end