Skip to content
DevKiD edited this page Nov 19, 2023 · 2 revisions

Welcome to the CosArch Programming Language Research Labs with ICA/ICL Wiki!

Version.: CA-PLRL-ICA-ICL-12523_§451#24

The CosArch only has implement the core function of Cosmolang.

Return function and numbers

return 0;

Exit

Exit by Var

let x = 12;
exit(x);
Clone this wiki locally