The code ``` load system os. os @exit "all done". ``` does not print all done. Do we need to flush the output?
The code
does not print all done. Do we need to flush the output?