Changeset 42821 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- May 8, 2025, 4:29:52 PM (15 months ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/convert_to_RPN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r42080 r42821 77 77 if (!strcmp (argv[i], "isflt")) { type = ST_UNARY; goto gotit; } 78 78 if (!strcmp (argv[i], "length")) { type = ST_UNARY; goto gotit; } 79 if (!strcmp (argv[i], "toupper")) { type = ST_UNARY; goto gotit; } 80 if (!strcmp (argv[i], "tolower")) { type = ST_UNARY; goto gotit; } 79 81 80 82 /* binary operations */
Note:
See TracChangeset
for help on using the changeset viewer.
