browser

Library

lib
calendarsave
The examples/lib/ folder of the repository contain a collection of small, reusable subroutines (one per file) to perform common tasks. To be able to use them in your programs, reference them by using the .include directive. Note that the .include directive just copies the code in place, so you must make sure not to execute it as part of your program flow: just place your .include directives after your main program or jump over them. === Available dot-single contains.xyw dot-single equals.xyw dot-single length.xyw dot-single lengthw.xyw dot-single lowcase.xyw dot-single macros.xyw dot-single oneof.xyw dot-single osdetect.xyw dot-single putd.xyw dot-single putdw.xyw dot-single puts.xyw dot-single trimend.xyw dot-single trimstart.xyw dot-single upcase.xyw === Testing dot-single trim.xyw dot-single starts.xyw === Planned dot-single ends.xyw dot-single getenv.xyw dot-single fread.xyw dot-single fwrite.xyw dot-single fappend.xyw dot-single fdelete.xyw dot-single fcopy.xyw dot-single fmove.xyw dot-single flink.xyw dot-single ximrun.xyw dot-single exec.xyw dot-single run.xyw dot-single beep.xyw