Gossamer Forum
Home : Products : Gossamer Forum : Testing Forum :

Code Test with Markup

Quote Reply
Code Test with Markup
this should be
A[_ i_]
and
A[_i_] [_b_]

Code:
var A = new Array();
A = 0;
return;

Code:
var A = new Array();
A = 1;
return;


but there is italic and bold

Last edited by:

eoeser: Oct 28, 2005, 2:52 AM