|
|
|
|
|
by alexmojaki
1262 days ago
|
|
Thanks! To run multiple lines of code, use the editor, not the shell. If you only see the shell, it's because it's hidden at the beginning of the course for beginners. See the table of contents (https://futurecoder.io/course/#toc) and skip to the page "Variables > Writing Programs" or after. Or click the 'fullscreen' icon in the top right to enter 'IDE' mode in which everything is enabled, as the debuggers are similarly introduced gradually. Equivalently, go to https://futurecoder.io/course/#ide, or click "Just code" on the homepage. The issue for tracking multi-line input in the shell is here: https://github.com/alexmojaki/futurecoder/issues/268 It's something I'd like to have, but it's not a high priority, and I don't think it needs to be. |
|