Skip to content

Commit

Permalink
Changed the print-statment to js.say
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Sep 18, 2012
1 parent d560c54 commit ed8b08e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -68,8 +68,8 @@ A namespace is a grouping of functionality, for example does the <b>cdk</b> name
title="Step 5: Some basic JavaScript commands">
<description>
Try the following command, they are quite self-explanatory:<br/><br/>
<b>clear()</b><br/><br/>
<b>print(&quot;hello world&quot; + (12-4))</b><br/><br/>
<b>js.clear()</b><br/><br/>
<b>js.say(&quot;hello world&quot; + (12-4))</b><br/><br/>
</description>
</item>

Expand Down

0 comments on commit ed8b08e

Please sign in to comment.