Table of Contents Chapter Index Previous Slide Next Slide 311
Understanding Interface Field Use

Creating New Node Types

Understanding Interface Field Use
  • The IS syntax connects a prototype interface item to the body
    PROTO Robot [
        field MFString name "Bill"
    ] {
        Text {
            string IS name
        }
    }