Organisation, documentation, mathlib

This commit is contained in:
2025-08-28 11:11:59 +10:00
parent a9bfc1b0e3
commit 6596bfcc85
13 changed files with 948 additions and 1 deletions

9
extlibs/exec/README.md Normal file
View File

@@ -0,0 +1,9 @@
# exec library
This library allows executing third party executables via the C++ "system" command.
## Functions
### fun -int !exec -string &command
Runs a command on a system. Returns the status code of that command.