pforth icon indicating copy to clipboard operation
pforth copied to clipboard

ARGC + ARGV words for pforth scripting

Open guberathome opened this issue 1 year ago • 4 comments

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)

guberathome avatar Jan 01 '25 21:01 guberathome