-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you do multi-line input with the shell? #30
Comments
I suggest something like
|
Ah, got it running. The interaction looks like the image you linked. What do you mean by it "should do something to show you're in compilation state"? Is there something wrong with the way I have run things? If not, would it be worth mentioning somewhere in the docs, for newbies like me, that you just hit enter and that the "ok" response is expected? The interaction in the video looks different with a "+" character at the start of new lines. @larsbrinkhoff I copy pasted your code into the interpreter and it doesn't seem to have any effect. |
@kasbah I mean "I should fix this so it is less confusing" ... the code that @larsbrinkhoff posted is intended to go into the Forth interpreter. |
Hey, first time using any sort of Forth so this might be a stupid question. I arrived here by trying to control the LEDs on my new ICE40 dev kit with the least effort possible. I managed to do that. Thanks so much for paving the way!
I am a bit stuck now though as I haven't been able to figure out how to program in the multi-line words mentioned in the reference manual and your video, I tried
Shift-Enter
anAlt-Enter
andCtrl-V
and;
but none of those seem to work.The text was updated successfully, but these errors were encountered: