Skip to content

how to make a module

Ccode-lang edited this page Oct 17, 2021 · 6 revisions

how to start

Ccode module are used by the import command.
Set up your project structure like:

module_name
-|
 |_module_name.js
 |
 |_com.txt

Put your functions in module_name.js then list them in com.txt with no extra white-space.

Welcome to the Ccode language wiki!

Clone this wiki locally