RosettaCodeData/Task/Variables/00-TASK.txt

12 lines
269 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Demonstrate a language's methods of:
:::*   variable declaration
:::*   initialization
:::*   assignment
:::*   datatypes
:::*   scope
:::*   referencing,     and
:::*   other variable related facilities
<br><br>