/usr/share/mozart/doc/op/node2.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>2 Data Structures</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node1.html#chapter.intro"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node5.html#chapter.files">Next >></A></TD></TR></TABLE><DIV id="chapter.data"><H1><A name="chapter.data">2 Data Structures</A></H1><P> Data written and sent from Mozart are <A name="label8"></A><EM>virtual strings</EM><A name="label9"></A>, whereas data read and received are <EM class="noindex">strings</EM><A name="label10"></A>. In the following we review these data types and show some operations which may prove helpful in the context of Open Programming. Additional information on these data types can be found in <A href="../base/node9.html#chapter.text">Chapter 7 of ``The Oz Base Environment''</A>. </P><HR><UL class="toc"><LI><A href="node3.html#section.data.strings">2.1 Strings</A></LI></UL><UL class="toc"><LI><A href="node4.html#section.data.virtualstrings">2.2 Virtual Strings</A></LI></UL></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node1.html#chapter.intro"><< Prev</A></TD><TD><A href="index.html">- Up -</A></TD><TD><A href="node5.html#chapter.files">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|