Name: Anonymous 2008-10-11 12:58
My copy of SICP is missing the chapter on BBCode.
Where do I find it?
Where do I find it?
public class Post{
public static void main(String[] args){
return BBCode.append(BBCode.plain("FORCED"),BBCode.bold(BBCode.append(BBCode.spoiler("INDENTATION"),BBCode.append(BBCode.sup("OF"),BBCode.i(BBCode.o(BBCode.u("CODE")))))))
}
}