This commit is contained in:
Evgeny Gavrin
2015-06-26 20:52:39 +03:00
parent 209b565e55
commit 5a4c30bbd4
+1 -1
View File
@@ -65,7 +65,7 @@ main (int argc, char * argv[]) {
}
{% endhighlight %}
While code became a bit more complex, the change introduced possibilities to interact with JerryScript step by step, setup native objects, call Javascript functions, etc.
Our code is more complex now, but it introduces possibilities to interact with JerryScript step-by-step: setup native objects, call JavaScript functions, etc.
## Step 3. Execution in 'eval'-mode