![]() |
Purpose of This Tutorial Section and Introduction to the REPL |
You can open the Sheerpower console in several ways:
by starting SPDEV
, using Visual Studio Code
,
or typing sp4gl
at the Windows command prompt.
This launches the Sheerpower console, which functions like a
REPL
(Read–Eval–Print Loop) found in many other programming
languages.
A REPL is an interactive programming environment where you enter code,
have it evaluated immediately, and see the results printed right away.
In Sheerpower, you can also enter multiple statements on a single line by
separating them with a backslash \
.
Hide Description
|
|
Enter or modify the code below, and then click on RUN |
Looking for the full power of Sheerpower?
Check out the Sheerpower website. Free to download. Free to use. |