Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
(substringUTF-8=
|
||||
@( Δημοτική
|
||||
: (%?a&utf$!a) ?"String with first character removed"
|
||||
)
|
||||
& @( Δημοτική
|
||||
: ?"String with last character removed" (?z&utf$!z)
|
||||
)
|
||||
& @( Δημοτική
|
||||
: (%?a&utf$!a)
|
||||
?"String with both the first and last characters removed"
|
||||
(?z&utf$!z)
|
||||
)
|
||||
& out
|
||||
$ ("String with first character removed:" !"String with first character removed")
|
||||
& out
|
||||
$ ("String with last character removed:" !"String with last character removed")
|
||||
& out
|
||||
$ ( "String with both the first and last characters removed:"
|
||||
!"String with both the first and last characters removed"
|
||||
));
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
(substring-8-bit=
|
||||
@("8-bit string":%@ ?"String with first character removed")
|
||||
& @("8-bit string":?"String with last character removed" @)
|
||||
& @( "8-bit string"
|
||||
: %@ ?"String with both the first and last characters removed" @
|
||||
)
|
||||
& out
|
||||
$ ("String with first character removed:" !"String with first character removed")
|
||||
& out
|
||||
$ ("String with last character removed:" !"String with last character removed")
|
||||
& out
|
||||
$ ( "String with both the first and last characters removed:"
|
||||
!"String with both the first and last characters removed"
|
||||
));
|
||||
Loading…
Add table
Add a link
Reference in a new issue