code (hendiAll)
                    
                    Back
                
            <code> contains literal code from some formal language such as a programming language.
                                Other Customizations
                            
                            
                        
                                Attributes
                            
                            lang
                                                                                                    
                                                    opt
                                                
                                            
                                                        
                                                            (formal language)
                                                            a name identifying the formal language in which the code is expressed
                                                        
                                                    
                                                
                                                        Datatype
                                                    
                                                    teidata.word
                                                    
                                    Example
                                
                                <code lang="JAVA">
       Size fCheckbox1Size = new Size();
       fCheckbox1Size.Height = 500;
       fCheckbox1Size.Width = 500;
       xCheckbox1.setSize(fCheckbox1Size);
</code>