2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
8
Task/Repeat-a-string/Elena/repeat-a-string.elena
Normal file
8
Task/Repeat-a-string/Elena/repeat-a-string.elena
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#import system.
|
||||
#import system'routines.
|
||||
#import extensions.
|
||||
|
||||
#symbol program =
|
||||
[
|
||||
#var s := 0 repeat &till:5 &each: n [ "ha" ] summarize:(String new) literal.
|
||||
].
|
||||
Loading…
Add table
Add a link
Reference in a new issue