all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
16
Task/String-length/Bracmat/string-length-2.bracmat
Normal file
16
Task/String-length/Bracmat/string-length-2.bracmat
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(CharacterLength=
|
||||
length c
|
||||
. 0:?length
|
||||
& @( !arg
|
||||
: ?
|
||||
( %?c
|
||||
& utf$!c:?k
|
||||
& 1+!length:?length
|
||||
& ~
|
||||
)
|
||||
?
|
||||
)
|
||||
| !length
|
||||
);
|
||||
|
||||
out$CharacterLength$𝔘𝔫𝔦𝔠𝔬𝔡𝔢
|
||||
Loading…
Add table
Add a link
Reference in a new issue