I'm using Oracle SQL Developer because my class requires it and I don't have a choice.
I would like to print some things.
BEGIN
dbms_output.put_line('asdf');
END;
it doesn't work. it just says PL/SQL procedure successfully completed.
SQL developer even helpfully greys it out:
please advise.

