Babbage problem: Difference between revisions

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