In some languages you can do a lot very easily. For example: if I want to get a value of a XML document, I can easily write this line of code:
result = XML.GetValue("root/element/element");
What type of programming paradigm you can infer from this line of code?? (Object-oriented?, procedural?, ...)
And please introduce some other languages that use that programming paradigm.