© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Geoffrey Van Wyk
Make it work, make it right, make it fast
When you return from an if-block, you do not need to use else, e.g.
if
else
if (ok) return "Ping" return "Pong"