Category talk:Plain English: Difference between revisions

Content added Content deleted
m (add some more info)
(updated task)
Line 56: Line 56:


:::: Oh, but is has. Any time you see <code>a/an/some whatever</code> inside a routine body in Plain English, that is introducing a new variable into the routine's scope. To refer to <code>a string</code> and <code>a number</code> you would say <code>the string</code> and <code>the number</code>. (When you see <code>a/an/some whatever</code> in a routine header, that is a parameter.) --[[User:Chunes|Chunes]] ([[User talk:Chunes|talk]]) 09:23, 22 September 2020 (UTC)
:::: Oh, but is has. Any time you see <code>a/an/some whatever</code> inside a routine body in Plain English, that is introducing a new variable into the routine's scope. To refer to <code>a string</code> and <code>a number</code> you would say <code>the string</code> and <code>the number</code>. (When you see <code>a/an/some whatever</code> in a routine header, that is a parameter.) --[[User:Chunes|Chunes]] ([[User talk:Chunes|talk]]) 09:23, 22 September 2020 (UTC)

::::: However, I see how it can be confusing, so I have updated the task to show how to refer to the values read from the console. --[[User:Chunes|Chunes]] ([[User talk:Chunes|talk]]) 09:43, 22 September 2020 (UTC)