Computer Science Canada

[code] tags and the sort?

Author:  [Gandalf] [ Mon Mar 28, 2005 5:25 pm ]
Post subject:  [code] tags and the sort?

Alright, I think this is the most proper place to put this question...

I know the [code ][/code ] tags are encouraged in all the programming forums, but how do some people get it to say "Turing" or "Java" instead of the plain "code". Sometimes it even shows certain colours (like red for variables for example) based on what editors would show. How do I use this, if I can?

Author:  Andy [ Mon Mar 28, 2005 5:31 pm ]
Post subject: 

by using [syntax="turing" or "java" or "cpp" ] and [/syntax]

Author:  [Gandalf] [ Mon Mar 28, 2005 10:48 pm ]
Post subject: 

Alright, thanks!

test:
Turing:
var a : string
put "this is a test"
get a
put a


: