Pinstripe/Printer: Difference between revisions

m
(julia example)
Line 98:
=={{header|Julia}}==
Creates a png file of dimensions per printer DPI and width and sends it to the default printer using the system's print function.
<lang julia>using FileIOImageIO
 
function getnumberwithprompt(prompt, t::Type)
Line 125:
run(`print temp.png`) # the run statement may need to be set up for the installed device
</lang>
 
 
=={{header|Liberty BASIC}}==
4,105

edits