| ]] outfile-id >r try to-outfile-id [[ ; immediate compile-only |
]] outfile-id >r try to-outfile-id [[ ; immediate compile-only |
| |
|
| : outfile< ( r:old-file-id -- ) |
: outfile< ( r:old-file-id -- ) |
| 0 ]] literal recover endtry r> to-outfile-id throw [[ |
0 ]] literal restore r@ to-outfile-id endtry rdrop throw [[ |
| ; immediate compile-only |
; immediate compile-only |
| |
|
| : to-infile-id ( file-id -- ) |
: to-infile-id ( file-id -- ) |
| ]] infile-id >r try to-infile-id [[ ; immediate compile-only |
]] infile-id >r try to-infile-id [[ ; immediate compile-only |
| |
|
| : infile< ( r:old-file-id -- ) |
: infile< ( r:old-file-id -- ) |
| 0 ]] literal recover endtry r> to-infile-id throw [[ |
0 ]] literal restore r@ to-infile-id endtry rdrop throw [[ |
| ; immediate compile-only |
; immediate compile-only |