testing forums code syntax highlighting

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

testing forums code syntax highlighting

Post by Antonio Linares »

Code: Select all | Expand

#include "FiveWin.ch"

// this is a comment

function Test()

return nil

class
   DATA  one
   DATA  two
   METHOD New()
ENDCLASS

class
endclass

if

else

endif
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply