Skip to content

Instantly share code, notes, and snippets.

@ORESoftware
Last active January 17, 2022 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ORESoftware/12341d72850e242cdcc72b7fc7e55396 to your computer and use it in GitHub Desktop.
Save ORESoftware/12341d72850e242cdcc72b7fc7e55396 to your computer and use it in GitHub Desktop.
var x = getAStringOrNullWithoutSafety();
if(x != null) {
log.info(x.charAt(0));
}
// end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment