Changeset 10647 for trunk/Ohana/src/opihi/cmd.basic/run_if.c
- Timestamp:
- Dec 11, 2006, 10:15:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_if.c
r8178 r10647 26 26 nloop = 0; 27 27 depth = 0; 28 ThisList = Nlists;28 ThisList = current_list_depth(); 29 29 30 30 /* determine value of conditional expression */ … … 108 108 109 109 /* 110 If we are entering at the keyboard ( Nlists== 0), use readline.110 If we are entering at the keyboard (ThisList == 0), use readline. 111 111 Otherwise, read from the current list, remove list lines. 112 112 End when we hit the final "END" (the true END -- we count macro defines!!)
Note:
See TracChangeset
for help on using the changeset viewer.
