######################################################################
## This is a comment block
## With multiple lines
## 
> f := ratency ( 1 , 3 )
f = new RateLatencyServiceCurve(1, 3)
######################################################################
# This is a comment block
#
# With multiple lines
#
> g := ratency ( 1 , 3 )
g = new RateLatencyServiceCurve(1, 3)
## This a comment block
## With multiple lines
## continues
> h := f * f
h = new RateLatencyServiceCurve(1, 6)
