How to run a code?

How do I run the code from link [1]. I have installed the IDE.

[1] Thanks Bob (sccode.org)

Evaluating code is explained in the Getting Started tutorial series.

http://doc.sccode.org/Tutorials/Getting-Started/02-First-Steps.html

The short answer to your question is:

  1. Paste the code into an IDE window.
  2. Position the cursor anywhere within the bounding ( ).
  3. Language menu → Evaluate selection, line or region (or type ctrl-return / cmd-return on mac).

Strongly suggested to work your way through the tutorials – sometimes people want to skip over it, but then have to go back and backfill fundamentals.

hjh