Well, in universe I think it's:

@FM  =   ~
@VM  =  }
@SVM =  |
@TM   =  {

at least, this is what's used in the loadfile utility :-) If you look in $UVHOME/src.u/uv.access.u, you can see where the @VM is actually indicated by the } character. With loadfile, you'd NOT specify the -noconvert option, though be aware that doing such will cause ALL instances of the above characters to be interpreted as @FM, @VM, etc and not their true meaning. In this particular file, we expected all } to be converted to @VM.

Hope this helps though I'm sure it's probably more verbose than need be (as is even THIS sentence!! LOL)

Glenn


At 01:45 PM 9/21/2004, you wrote:
Is there a standard or convention for representing attribute marks in
program comments?

In other words, if I want to document the structure of a dynamic array in a
comment, are there single characters that I would use instead of @FM, @VM
etc?
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to