Skip to content

Tutorials

Nick Pope edited this page Sep 27, 2015 · 7 revisions

A collection of live tutorials are available to take you through all the features of JS-Eden and get you up to speed with creating your own Construals. Be sure to also check out the demo models for more elaborate examples of how to use this environment.

Getting Started

Basic Definitions

Link: Tutorial 1

b = 4;
c = 5;
d = b + c;
e is b + c;

Clone this wiki locally