1. testing syntax coloring

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>

new topic     » topic index » view message » categorize

2. Re: testing syntax coloring

posted by: rds at rapideuphoria.com

To get Euphoria syntax coloring of program text
you need to say:

&lt;eucode>
...
...
&lt;/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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu