6 lines
78 B
Text
6 lines
78 B
Text
|
|
Red[]
|
||
|
|
|
||
|
|
myrepeat: function [fn n] [loop n [do fn]]
|
||
|
|
|
||
|
|
myrepeat [print "hello"] 3
|