sub log(items, must_print = false)
if must_print or m.is_dev:
if type(items) <> "roArray":
print items ' single value'
else:
for each item in items:
print item;
next
end if
end if
end sub
log("entering final stage")
log(["pi = ", 4*atn(1)])
log("FATAL: blah-de blah error", true): STOP
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
We're sorry for this disruption — we’re excited to share what’s next!