This commit is contained in:
nboyd%atg.com 2008-07-26 13:49:25 +00:00
Родитель 5b37883388
Коммит b0b9f6f852
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@ public class RunScript3 {
s += args[i];
}
// Now evaluate the string we've colected. We'll ignore the result.
// Now evaluate the string we've collected. We'll ignore the result.
cx.evaluateString(scope, s, "<cmd>", 1, null);
// Print the value of variable "x"