Library
libThe 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
contains.xyw
equals.xyw
length.xyw
lengthw.xyw
lowcase.xyw
macros.xyw
oneof.xyw
osdetect.xyw
putd.xyw
putdw.xyw
puts.xyw
trimend.xyw
trimstart.xyw
upcase.xyw
=== Testing
trim.xyw
starts.xyw
=== Planned
ends.xyw
getenv.xyw
fread.xyw
fwrite.xyw
fappend.xyw
fdelete.xyw
fcopy.xyw
fmove.xyw
flink.xyw
ximrun.xyw
exec.xyw
run.xyw
beep.xyw