Keywords

Comments

2 comments

  • Raamkumar Krishnan

    What does a "noreturn" keyword for a function mean?

    0
    Comment actions Permalink
  • Yewsiing Choong

    Hi Raam,
    Talked to our compiler team.
    So it's supposed to mean that the control flow will not return to the caller at the end of the function/method.
    But, currently it only fails to compile if there is a return statement in it, or if a value is expected from calling the function/method.

    This article is now updated with this information.

    0
    Comment actions Permalink

Please sign in to leave a comment.