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