You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Baas edited this page Jul 21, 2020
·
2 revisions
⎕SAVE in the build-process
If the switch save or the optional corresponding argument of TARGET is used, the built workspace is saved - which is an essential requirement in automated build-process. Unfortunately ⎕SAVEcan't be used, so a workaround has been established which enqueues they keystrokes to execute a )SAVE-Command in the session while temporarily terminating execution (it is then resumed by calling ]DBuild in a special mode which we won't talk about here).