Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
12
Task/Repeat/Refal/repeat.refal
Normal file
12
Task/Repeat/Refal/repeat.refal
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$ENTRY Go {
|
||||
= <Prout <Repeat 3 Example> Eggs And <Example>>;
|
||||
}
|
||||
|
||||
Repeat {
|
||||
0 s.F e.X = e.X;
|
||||
s.N s.F e.X = <Repeat <- s.N 1> s.F <Mu s.F e.X>>;
|
||||
};
|
||||
|
||||
Example {
|
||||
e.X = e.X Spam;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue