RosettaCodeData/Task/Comments/REBOL/comments-2.rebol
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
99 B
Text

plus2: func [
"Adds two to a number."
n [number!] "The number to increase."
][
n + 2
]