1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8">
5 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
7 <meta name=
"Generator" content=
"Cocoa HTML Writer">
8 <meta name=
"CocoaVersion" content=
"824.41">
9 <style type=
"text/css">
10 p
.p1
{margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica
}
11 p
.p2
{margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica
; min-height: 14.0px}
12 span
.s1
{font: 18.0px Helvetica
}
13 span
.s2
{color: #0000ff}
14 span
.Apple-tab-span
{white-space:pre
}
18 <p class=
"p1"><span class=
"s1"><b>Proutine
<span class=
"Apple-tab-span"> </span><span class=
"Apple-tab-span"> </span><span class=
"Apple-tab-span"> </span></b></span><b>pattern that embeds a routine function
<span class=
"Apple-converted-space"> </span></b></p>
19 <p class=
"p2"><br></p>
20 <p class=
"p1">superclass: Pattern
</p>
21 <p class=
"p2"><br></p>
22 <p class=
"p1"><b>Proutine(func)
</b></p>
23 <p class=
"p2"><br></p>
24 <p class=
"p1">embeds the routine function.
</p>
25 <p class=
"p2"><br></p>
26 <p class=
"p1"><b>func
</b>- routine function
</p>
27 <p class=
"p2"><br></p>
28 <p class=
"p2"><br></p>
29 <p class=
"p1"><b>See also:
</b> <a href=
"Prout.html"><span class=
"s2">Prout
</span></a></p>
30 <p class=
"p2"><br></p>
31 <p class=
"p1">Proutine is similar to Prout, it only simply embeds the function instead of creating a separate routine. This can be more efficient when used within other patterns.
</p>