Welcome To cst-env's Homepage!

cst-env's Homepage.

View the Project on GitHub Fxomt2-0/cst-env.github.io

cstenv.py

cstenv means: custom env lang.

loading a file

cstenv.load_file(NAME)

defining variables

let $varname$ = "hello world!"
let $int$ = 1

loading variables values

cstenv.var["YOURVARNAMEHERE *with no dollar signs.*"]