Ch Standard Demos
ISO C90 Standard
Wide characters
ISO C99 Standard
C++ features
Complex IEEE floating-point arithmetic
Assumed-shape arrays
Nested functions
Interactive C statement execution
Interactive command shell
Shell Programming
Safe Ch
Ch applets
String Type
Adjustable array bounds
Auto array bound checking
Socket/Winsock
POSIX
Unix utilities for Windows
Windows
GTK+
X/Motif
OpenGL
Toolkits Demos
CGI
ODBC
ChExcel
Ch Professional Demos
Computational array
Plotting
Numerical analysis
C LAPACK functions
> more safech.chs
#!/bin/chs
rm  /bin/ls
> safech.chs
ERROR: variable 'rm' not defined
ERROR: command 'rm' not found
ERROR: syntax error before or at line 2 in file 'safech.chs'
==>: rm  /bin/ls
BUG: rm  /bin/ls<== ???
>

Note: Safe Ch does not allow unsafe commands such as "rm" etc.