Comment by ysleepy 1 month ago For glance reading code, a predictable variable name or return keyword is a lot easier imo. 1 comment ysleepy Reply int_19h 1 month ago Note that both are possible in Delphi and FreePascal - the intrinsic procedure `Exit(X)` is the equivalent of C `return`.
int_19h 1 month ago Note that both are possible in Delphi and FreePascal - the intrinsic procedure `Exit(X)` is the equivalent of C `return`.
Note that both are possible in Delphi and FreePascal - the intrinsic procedure `Exit(X)` is the equivalent of C `return`.