Babbage problem: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: fixed an auto-corrected word.)
m (→‎{{header|REXX}}: changed word choice from a verb to a noun.)
Line 171: Line 171:
:::*   how a computer stores numbers and such
:::*   how a computer stores numbers and such
:::*   what are   ''variables''   and how to store   ''stuff'' in them
:::*   what are   ''variables''   and how to store   ''stuff'' in them
:::*   how the   '''do'''   loop works (initial value, increment, etc)
:::*   how the   '''do'''   loop works (initial value, incrementation, etc)
:::* &nbsp; how an assignment &nbsp; <big>'''=''' </big> &nbsp; operator works
:::* &nbsp; how an assignment &nbsp; <big>'''=''' </big> &nbsp; operator works
:::* &nbsp; how a comparison &nbsp; <big>'''==''' </big> &nbsp; operator works
:::* &nbsp; how a comparison &nbsp; <big>'''==''' </big> &nbsp; operator works