12 lines
269 B
Text
12 lines
269 B
Text
|
|
;Task:
|
||
|
|
Demonstrate a language's methods of:
|
||
|
|
:::* variable declaration
|
||
|
|
:::* initialization
|
||
|
|
:::* assignment
|
||
|
|
:::* datatypes
|
||
|
|
:::* scope
|
||
|
|
:::* referencing, and
|
||
|
|
:::* other variable related facilities
|
||
|
|
<br><br>
|
||
|
|
|