IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2012, 1:10:28 PM (14 years ago)
Author:
eugene
Message:

add foreach loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/opihi/cmd.basic/init.c

    r27255 r33849  
    3131int quit            PROTO((int, char **));
    3232int run_for         PROTO((int, char **));
     33int run_foreach     PROTO((int, char **));
    3334int run_if          PROTO((int, char **));
    3435int run_while       PROTO((int, char **));
     
    8182  {1, "quit",          quit,               "exit program *"},
    8283  {1, "for",           run_for,            "for loop"},
     84  {1, "foreach",       run_foreach,        "foreach loop"},
    8385  {1, "if",            run_if,             "logical cases *"},
    8486  {1, "while",         run_while,          "while loop"},
Note: See TracChangeset for help on using the changeset viewer.