pforth
pforth copied to clipboard
ARGC + ARGV words for pforth scripting
Shows how to access any argument after '--' on the Pforth command line as a custom code solution.
notes:
- Requires #187 as prerequisite (TODO: update when it is merged to main so file list becomes much smaller)
- please reject if this should be part of PForth ootb instead of a custom 'hack'
- Might be an answer for #136.
- patching existing source code may no longer work when pf_main.c is changed (extensively)