%CODE{}%
%ENDCODE%
%CODE{"language"}% ...code... %ENDCODE%
"language"
bash
c++
c#
java
javascript
lua
makefile
perl
plsql
php3
phython
scheme
tcl
html
xml
verilog
vhdl
%CODE{"cpp"}%
void foo() {
print("Do stuff.\n");
}
void foo() { print("Do stuff.\n"); }