Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
ASIC programming language
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Input and output === <code>PRINT</code>'s arguments must be a literal or variable. <code>PRINT</code> does not allow to use combined expressions as its arguments, nor does it allow to use [[String (computer science)|strings]] [[concatenation|concatenated]] with <code>;</code> or <code>+</code>. If a <code>PRINT</code> command ends with <code>;</code> or <code>,</code>, then the next <code>PRINT</code> command will resume in the position where this one left off, just as though its argument were appended to the argument of the current <code>PRINT</code> command. The <code>PRINT</code> statement prints [[Integer (computer science)|integer]] values six characters wide. They are aligned to the right (no trailing spaces). ; <code>LOCATE row, column </code> : Moves the text cursor to the position (<code>column</code>, <code>row</code>), where 0 β€ <code>column</code> and 0 β€ <code>row</code>. The position (0, 0) is the upper left corner.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)