fixes in doc

This commit is contained in:
p.kosyh 2011-05-30 07:04:31 +00:00
parent e8f609e971
commit d2adb4a2bc
2 changed files with 4 additions and 4 deletions

View file

@ -1364,7 +1364,7 @@ end
timer:set(100);
main = room {
_time = 1,
force_dsc = true,
forcedsc = true,
nam = 'Timer',
dsc = function(s)
return 'Example: '..tostring(s._time);
@ -1396,7 +1396,7 @@ end
main = room {
_txt = '_',
force_dsc = true,
forcedsc = true,
nam = 'Keyboard',
dsc = function(s)
return 'Example: '..tostring(s._txt);

View file

@ -1356,7 +1356,7 @@ end
timer:set(100);
main = room {
_time = 1,
force_dsc = true,
forcedsc = true,
nam = 'Таймер',
dsc = function(s)
return 'Демонстрация: '..tostring(s._time);
@ -1388,7 +1388,7 @@ end
main = room {
_txt = '_',
force_dsc = true,
forcedsc = true,
nam = 'Клавиатура',
dsc = function(s)
return 'Демонстрация: '..tostring(s._txt);