EasyManua.ls Logo

Atari XL

Atari XL
262 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
First
Steps
17
we will
discover
a
way
of
giving
the
computer
a
large
number
of
instructions
all
at
once -
in
the
form
of
a
program.
SUMMARY
PRINT
instructs
the
XL to
print
something
on
the
screen.
PRINT "ABCDEFG"
prints
the
characters
between
the
quotation
marks.
PRINT
3+4
prints
the
result
of
the
sum.
These
can
be
combined:
PRINT
"3+4*5+7
=
".
,
3+4*5+7
Upper
and
lower
case
characters,
reversed
characters
and
graphics
characters
are
available.
Control
characters
to
clear
the
screen
and
move
the
cursor
can
be
included
in
a
PRINT
command.
Multiple
Commands
A
number
of
separate
instructions
may
be
included
on
one
line
but
must
be
separated
by
colons (:).

Related product manuals