Skip to content

os module

Ccode-lang edited this page Nov 1, 2021 · 5 revisions

os module

Usage

import os

Imported commands

shell()

It runs the command given. (using commands with stdout output won't print till the end)
How to use:

shell(<string>)

Welcome to the Ccode language wiki!

Clone this wiki locally