(text)
| 206 | } |
| 207 | |
| 208 | function print(text) { |
| 209 | if (!text) { |
| 210 | return; |
| 211 | } |
| 212 | output.setValue(text); |
| 213 | if ($.trim(tutorialData.output) !== '' && $.trim(tutorialData.output) === $.trim(text)) { |
| 214 | correct(); |
| 215 | } |
| 216 | } |
| 217 | |
| 218 | |
| 219 |
no test coverage detected