![]() |
Code Example: REBOL/Services Simple ExampleREBOL [ Title: "REBOL/Services Simple Example" Author: "Carl Sassenrath" Version: 1.0.0 ] url: http://www.rebol.net/cgi-bin/services.r print "Loading client..." ; Used until it is built-into REBOL do http://www.rebol.net/rebservices/client.r print "Sending command..." result: do-service url [info] print ["Result:" mold/only result] ask "Done." |
![]() |
Updated 31-Mar-2007, WIP Wiki, REBOL/Core 2.5.58.4.2 - Copyright 2005 REBOL Technologies - WWW.REBOL.COM - Edit |