Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
9
Task/Loops-For/M4/loops-for.m4
Normal file
9
Task/Loops-For/M4/loops-for.m4
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
define(`for',
|
||||
`ifelse($#,0,``$0'',
|
||||
`ifelse(eval($2<=$3),1,
|
||||
`pushdef(`$1',$2)$5`'popdef(`$1')$0(`$1',eval($2+$4),$3,$4,`$5')')')')dnl
|
||||
|
||||
for(`x',`1',`5',`1',
|
||||
`for(`y',`1',x,`1',
|
||||
`*')
|
||||
')
|
||||
Loading…
Add table
Add a link
Reference in a new issue