User Tools

Site Tools


10_print

This is an old revision of the document!


10 Print for different systems.

Commodore

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

IBM Cassete Basic

10 PRINT CHR$(47 + INT(RND(1)*2_*45);:GOTO 10

** VAX OpenVMS Basic**

10 RANDOMIZE \ PRINT MID$(“/\”,1+INT(RND*2),1); WHILE 1

10 Print book

10_print_121114.pdf

10_print.1785707705.txt.gz · Last modified: by admin