Print
    ---------------------
    Different to basic
     
     
    Print has been modified quit a lot from BBC Basic:
     
    Its output is now controlled by the Output statement.
     
    The Output format is now controlled by the various
    Format statements instead of the 'popular' @%. Print
    can not be used anymore for converting to hex. Use
    the Hex$ function instead. Tab cannot be used in the
    Print line but can be used on its own line to position
    the cursor prior to printing.
     
    For further info about Graphics in WimpBasic click here.