fix readf1

This commit is contained in:
Daniella / Tove 2024-11-15 18:17:48 +01:00
parent 700fb1e266
commit 4c09cfe929
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -63,7 +63,7 @@ construct _str_ext {
!!- pat this str-readf !!- pat this str-readf
} }
readf1 { str | with pat this ; readf1 { str | with pat this ;
!!- pat this:readf 0:get !!- pat this:readf dup null eq not if { :0 }
} }
uppercase { str | with this ; uppercase { str | with this ;
this _array :cmap<{ | with chr ; this _array :cmap<{ | with chr ;