For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
DECLARE
l_var VARCHAR2(100);
BEGIN
l_var := '';
l_var := 'O[';
l_var := '\[';
l_var := '['; -- NOT OK
l_var := 'VALUE';
l_var := ']';
l_var := '[o'; -- NOT OK
END;
/
VSCode Version 1.109.3