Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
|
|
@ -0,0 +1,7 @@
|
|||
USING: spelling ; ! ALPHABET
|
||||
|
||||
ALPHABET print
|
||||
0x61 0x7A [a,b] >string print
|
||||
: russian-alphabet-without-io ( -- str ) 0x0430 0x0450 [a,b) >string ;
|
||||
: russian-alphabet ( -- str ) 0x0451 6 russian-alphabet-without-io insert-nth ;
|
||||
russian-alphabet print
|
||||
Loading…
Add table
Add a link
Reference in a new issue