Puts |
Previous Next |
Puts <ScreenPosition>, <Expression> [;<Expression>]
|
Part
|
Description
|
<ScreenPosition>
|
Required. This is position on the screen to display the characters.
<ScreenPosition> = Row * 64 + Column
|
<Expression>
|
Optional. The expression to be display. This cannot be a string
value.
|
Puts 65, a
|