Chapel Documentation
Compiling and Running Chapel
Quickstart Instructions
Using Chapel
Platform-Specific Notes
Technical Notes
Tools
Writing Chapel Programs
Quick Reference
Hello World Variants
Primers
Language Specification
Scope
Notation
Organization
Acknowledgments
Language Overview
Lexical Structure
Types
Variables
Conversions
Expressions
Statements
Modules
Procedures
Methods
Error Handling
Tuples
Classes
Records
Unions
Ranges
Domains
Arrays
Iterators
Generics
Input and Output
See Library Documentation
Task Parallelism and Synchronization
Data Parallelism
Locales
Domain Maps
User-Defined Reductions and Scans
Memory Consistency Model
Interoperability
Built-in Types and Functions
Standard Modules
Package Modules
Standard Layouts and Distributions
Chapel Users Guide (WIP)
Language History
Chapel Evolution
Documentation Archives
Chapel Documentation
Docs
»
Chapel Language Specification
»
Input and Output
View page source
Input and Output
¶
See Library Documentation
¶
Chapel includes an extensive library for input and output that is documented in the standard library documentation. See
https://chapel-lang.org/docs/modules/standard/IO.html
and
https://chapel-lang.org/docs/builtins/ChapelIO.html
.