blob: 892829245945f61160fc263bb5a482a0ebb5f74b [file] [log] [blame]
declare
code character(10) not null := 'a';
code1 character not null := 'ab';
begin
print code;
print code1;
end;