empty string arguments
Created by: aeosynth
the empty string is not treated as a valid argument:
# touch a
# rename '' 0 a
rename: not enough arguments
# fn foo x; end
# foo ''
ion: function takes 1 arguments, but you provided 0
Created by: aeosynth
the empty string is not treated as a valid argument:
# touch a
# rename '' 0 a
rename: not enough arguments
# fn foo x; end
# foo ''
ion: function takes 1 arguments, but you provided 0