Page 1 of 1

testing forums code syntax highlighting

Posted: Thu Jan 09, 2025 11:24 pm
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