Ph0enixKM / Amber

💎 Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.51k stars 67 forks source link

✨ Unsafe'ing failable function seems to silence output #202

Closed Ph0enixKM closed 1 week ago

Ph0enixKM commented 1 week ago

This seems to return empty string for some reason:

echo unsafe file_read("test.txt")
Ph0enixKM commented 1 week ago

It seems that this problem arises due to a bad implementation of command modifiers that are incompatible with invoking functions. I'll take this issue since this is a mess that I've created.