khval / AmosKittens

Amos interpreter under development, most commands are support, some extensions are supported.
MIT License
10 stars 3 forks source link

Dir First$ is not compatible, its not working as expected. #38

Closed khval closed 2 years ago

khval commented 2 years ago

Describe the bug:

Dir First$(filename$) When Dir first$ command is used on a filename, it should return a single entry.

khval commented 2 years ago

Pattern matching was also case sensitive on AmigaOS :-( this problem is now fixed as well :-) it now checks, if its file or path, looks like it's working.