LD and RLD

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.

rld will reload the last ld'ed file.

Last updated