Compiling and Running Chapel
Writing Chapel Programs
Language History
Standard modules are those which describe features that are considered part of the Chapel Standard Library.
All Chapel programs automatically use the modules Assert , IO , Math , and Types by default.
use
Assert
IO
Math
Types