| 1504 | } |
| 1505 | |
| 1506 | void fxEchoFramePathLine(txMachine* the, txSlot* theFrame) |
| 1507 | { |
| 1508 | if (theFrame) { |
| 1509 | txSlot* environment = mxFrameToEnvironment(theFrame); |
| 1510 | if (environment->ID != XS_NO_ID) |
| 1511 | fxEchoPathLine(the, fxGetKeyName(the, environment->ID), environment->value.environment.line); |
| 1512 | } |
| 1513 | } |
| 1514 | |
| 1515 | void fxEchoInteger(txMachine* the, txInteger theInteger) |
| 1516 | { |
no test coverage detected