6 lines
55 B
Text
6 lines
55 B
Text
|
|
const
|
||
|
|
s = 'abcdef';
|
||
|
|
begin
|
||
|
|
writeln (length(s))
|
||
|
|
end.
|