unrelated, but `if!(!!lineCount)` is the same as `...
# suitescript
e
unrelated, but
if!(!!lineCount)
is the same as
if (!lineCount)
😅 2