2 lines
50 B
Rexx
2 lines
50 B
Rexx
|
|
if a[i] == .nil then say "Item" i "is missing"
|
|
|
if a[i] == .nil then say "Item" i "is missing"
|