issues
search
refaktor
/
rye
homoiconic dynamic programming language with some new ideas
https://ryelang.org
Apache License 2.0
462
stars
22
forks
source link
[pipes-functions] Adding exit-status, concat, args and close functions
#351
Closed
pratikmota
closed
1 month ago
pratikmota
commented
1 month ago
Changes:
Adding new 4 functions
exit-status, concat, args and close function
Testing:
when
close
is successful it will return
nil
so nothing is display in error
args
i tried to check, I am bit confuse how to test it. As it will be used to take command line argument of
main
func.
For
concat
i created local
a.txt
and
b.txt
for testing.
Changes:
Testing:
close
is successful it will returnnil
so nothing is display in errorargs
i tried to check, I am bit confuse how to test it. As it will be used to take command line argument ofmain
func.concat
i created locala.txt
andb.txt
for testing.