URL:
  <http://savannah.gnu.org/bugs/?39835>

                 Summary: RFE add option to skip 1st line, for scripting
                 Project: Gforth
            Submitted by: None
            Submitted on: Wed 21 Aug 2013 07:30:37 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

It would be nice if gforth (and gforth-fast, etc.) accepted a command line
argument to skip the first line of input, for purpose of making executable
scripts without having to fork yet another shell.  Ie.

#!/usr/bin/gforth --skip-first-line
: foo 2 3 + ;   \ ...

The command line option prevents the #!/usr/bin/gforth from being interpreted
by the compiler.  




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39835>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
bug-gforth mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gforth

Reply via email to