testing syntax coloring
- Posted by guest at rapideuphoria.com Apr 02, 2004
- 353 views
posted by: (not specified) <eu_code> include "Win32Lib.ew" -- include a library global function test(sequence s, atom a) for i=1 to length(s) do s[i] = a end for return s end function </eu_code>