Luke Ceddia
Luke Ceddia
Is this still relevant? Do we need more data?
Frankly the whole thing seems janky. Lines like `IF os$ = "LNX" THEN extension$ = ""` seem to imply os$ = "LNX" holds true on Mac systems? Doing a brief...
Please refer to the .ci/*-exclusion.list files for details of what the current CI tooling removes from each download. I have created a separate issue to track the matter of the...
My initial thoughts were to add some optional parameters to the SHELL command: `SHELL cmd$, stdin$, stdout$, stderr$` where the contents of stdin$ get sent to the program being executed....
The value returned by Command$ is the concatenation of the argv array received by the C main() function. I was surprised to learn that the windows command interpreter does not...
It doesn't make sense to not have wildcard expansion on Unix, the information simply doesn't exist.
1. It seems like the Least Surprising Behaviour for WIndows users is for Command$ to not be expanded, though I would like to have some broader community feedback on this...