Skip to content
Snippets Groups Projects
Commit 2c51c2c2 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More core REF fixes...

1) Comments do not start with a ;
   Any line that doesn't start with an @ is either a parameter to
   the last command (such as in @show), or is ignored.  Further,
   "extra" arguments are also ignored.  This means you can literally
   type comments almost anywhere.
2) There is a maximum "call stack" of two "frames".  If you nest
   subroutines three deep, the first one will never be returned to.
3) Implement @routineabort.
4) If @run is used in a subroutine, it acts as an immediate return
   The arguments are not consulted, and no error is displayed.
5) Of course, if you call subroutines three deep and return from
   two of them, the first subroutine is now the topmost frame, so
   run behaves normally there.
parent c387a7dd
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment