Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
GPU621/The Chapel Programming Language
17 bytes added
,
13:39, 20 November 2020
→
Variable:
param myVar3 = 3.14;
We can use the '''config''' keyword to
override
make
the
value
variable can be overridden
on the command line.
config var myVar4: bool = false; //./variable --myVariable=true
Jackien
25
edits