#show %ansi(red)"testing"
#if (@var > 123) {
$local = "string" // comment here
}You can also use normal CODE tags from BBcode. Here is the same code above inserted into CODE tags:#show %ansi(red)"testing"
#if (@var > 123) {
$local = "string" // comment here
}Cool stuff!