testing forums code syntax highlighting
Posted: Thu Jan 09, 2025 11:24 pm
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