Skip to content

Instantly share code, notes, and snippets.

@guaracy
Created November 21, 2016 22:37
Show Gist options
  • Save guaracy/95843f155cc805663e96934d6ce06ca1 to your computer and use it in GitHub Desktop.
Save guaracy/95843f155cc805663e96934d6ce06ca1 to your computer and use it in GitHub Desktop.
Red []
#macro [
integer!
'times
block!
] func [start end] [
change/part start
reduce [
'loop start/1 start/3
]
end
start
]
10 times [
print "hello"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment