Codify proc() main lacking note

This commit is contained in:
Ian Bertolacci 2015-07-14 19:09:10 -07:00
parent 7640ea4a30
commit d6f8b8e629

View File

@ -757,7 +757,7 @@ Occasionally check back here and on the [Chapel site](http://chapel.cray.com) to
* Modules and standard modules
* Synchronize and atomic variables
* Multiple Locales (distributed memory system)
* proc main(){ ... }
* ```proc main(){ ... }```
* Records
* Whole/sliced array assignment
* Reductions and scans