mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: keyword argument bugs
This commit is contained in:
parent
21283b668e
commit
80872fc50e
14 changed files with 166 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue