ld is a handy shorthand for loading files interactively. It's usage is ld <file>. Leave out the file extension. On SwiftForth the extension is assumed to be .f.
ld
ld <file>
.f
rld will reload the last ld'ed file.
rld
Last updated 7 years ago