I've typed my code in Windows Notepad and tried to load it into oforth,
using the RUN command in the Search Programs and files search box in the Start Menu:
C:\oforth\oforth.exe --i --P"c:\oforth\matrix.of load"
But kept getting this message at the oforth command line:
[stdin:1:40] ExRuntime : Can't evaluate <C:\oforth\matrix.of>
So I copied the "helloworld.of" script to the same subdirectory that oforth.exe is in, and tried to RUN with this:
C:\oforth\oforth.exe --i --P"c:\oforth\helloworld.of load"
And I still get this error:
[stdin:1:40] ExRuntime : Can't evaluate <c:\oforth\helloworld.of>
What am I doing wrong?