source:
trunk/doc/src/snippets/code/src_script_qscriptengineagent.cpp@
5
Last change on this file since 5 was 2, checked in by , 16 years ago | |
---|---|
File size: 122 bytes |
Line | |
---|---|
1 | //! [0] |
2 | var a = Math.random() + 2; |
3 | //! [0] |
4 | |
5 | |
6 | //! [1] |
7 | function cube(a) { |
8 | return a * a * a; |
9 | } |
10 | |
11 | var a = cube(3); |
12 | //! [1] |
Note:
See TracBrowser
for help on using the repository browser.