> f := ratency ( 1 , 3 )
f = new RateLatencyServiceCurve(1, 3)
> g := ratency ( 1 , 3 )
g = new RateLatencyServiceCurve(1, 3)
// comment
// comment # recomment
> h := f * f // comment
h = new RateLatencyServiceCurve(1, 6)
> h
new RateLatencyServiceCurve(1, 6)
% comment
% comment
> h := f * f % comment
h = new RateLatencyServiceCurve(1, 6)
> h
new RateLatencyServiceCurve(1, 6)
# comment
# comment
> h := f * f # comment
h = new RateLatencyServiceCurve(1, 6)
> h
new RateLatencyServiceCurve(1, 6)
> comment
> comment
> comment // recomment
> h := f * f
h = new RateLatencyServiceCurve(1, 6)
> h
new RateLatencyServiceCurve(1, 6)
