1. testing syntax coloring
- Posted by guest at rapideuphoria.com Apr 02, 2004
- 351 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>
2. Re: testing syntax coloring
- Posted by guest at rapideuphoria.com Apr 02, 2004
- 353 views
posted by: rds at rapideuphoria.com To get Euphoria syntax coloring of program text you need to say: <eucode> ... ... </eucode> for example:
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
I'll document that somewhere. -- Rob