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
Statement (computer science)
(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!
====No distinguished keywords==== Fortran and PL/1 do not have reserved keywords, allowing statements like: * in PL/1: **<code>IF IF = THEN THEN ...</code> (the second <code>IF</code> and the first <code>THEN</code> are variables). * in Fortran: **<code>IF (A) X = 10... </code> conditional statement (with other variants) **<code>IF (A) = 2 </code> assignment to a subscripted variable named <code>IF</code> ::As spaces were optional up to Fortran 95, a typo could completely change the meaning of a statement: :*<code>DO 10 I = 1,5 </code> start of a loop with I running from 1 to 5 :*<code>DO 10 I = 1.5 </code> assignment of the value 1.5 to the variable <code>DO10I</code>
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)