fork download
  1. while p != nil and p.name != "xyz":
  2. # p == nil の場合、p.nameの真偽は評価されない
  3. p = p.next
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(1, 7) Error: undeclared identifier: 'p'
stdout
Standard output is empty