Help:Contents

From WarCraft3

Jump to: navigation, search

Using JASS Tags

You can use the jass and ljass tags to syntax highlight JASS code.

This will be in a block <jass>function examples takes string s, returns nothing
endfunction</jass>

Results in:

This will be in a block
function examples takes string s, returns nothing
endfunction
This will be on the same line <ljass>function examples takes string s, returns nothing
endfunction</ljass>

Results in: This will be on the same line function examples takes string s, returns nothing endfunction

Personal tools