A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 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