fix: keyword argument bugs

This commit is contained in:
Shunsuke Shibayama 2023-12-29 17:00:11 +09:00
parent 21283b668e
commit 80872fc50e
14 changed files with 166 additions and 74 deletions

View file

@ -10,3 +10,10 @@
.REVERSED = "\x1b[7m"
.ATTR_RESET = "\x1b[0m"
.RESET = "\x1b[m"
.cprint! *objs, color:=.GREEN =
print! color, end:=""
# print! *msg, end:=""
for! objs, obj =>
print! obj, end:=" "
print! .RESET