added a new test case using an exterally downloaded script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-10-05 10:18:03 +09:00
parent 50678c4973
commit b2b5e86467
4 changed files with 17 additions and 2 deletions

View File

@ -274,6 +274,7 @@ The `@pragma` keyword enables you to modify Hawks behavior. You can place a p
| entry | global | function name | | change the program entry point |
| implicit | file | on, off | on | allow undeclared variables |
| multilinestr | file | on, off | off | allow a multiline string literal without continuation |
| rwpipe | file | on, off | on | allow the two-way pipe operator `\|&` |
| striprecspc | global | on, off | off | removes leading and trailing blank fields in splitting a record if FS is a regular expression mathcing all spaces |
| stripstrspc | global | on, off | on | trim leading and trailing spaces when converting a string to a number |
| numstrdetect | global | on, off | on | trim leading and trailing spaces when converting a string to a number |