Skip to content

Importing

gene-2012 edited this page Jan 6, 2024 · 2 revisions

Importing Modules

Usage of import

import <module name>;

Example of import

import io;  // import input/output module

Clone this wiki locally