*** HYBRID.txt *** * In-line Sxript: For in-line Sxript evaluation, lead with ##/ and enclose Sxript statements in #()# as depicted: ##/ #(sxr)# Example: ##/Hello #(1+1)# world #(2+2)# and beyond returns Hello +2.0 world +4.0 and beyond