Post Made Community Wiki by Community
show/hide this revision's text 2 added close brace
if (test) {
  return true;
}
else {
  return false;
}
show/hide this revision's text 1
if (test) {
  return true;
else {
  return false;
}