Re: New to MuPad



Dear Christopher (or others):

Thank you for your response. I am now in the process of writing a
domain constructor in MuPad, and I can not get the 'new' proc to work.
Here is my code:

domain NSet_Factory()

new:= proc() begin

error(args(0));

end_proc;

end_domain

This is the latest of many variations. I think maybe the source of my
trouble is understanding section 3.1 of the axioms, categories, and
domain document.

Sincerely,
Craig
Ugoretz

craigugoretz@xxxxxxxxx

.



Relevant Pages

  • Re: equality and errors
    ... This seems to me like a non-standard use of the catch mechanism. ... you have a proc which validates the contents of two ... If I were writing this program, though, I would use a different approach ... have the calling code respond intelligently to that value, ...
    (comp.lang.tcl)
  • Use "range," not "for"?
    ... Thanks to everyone who suggested ways to get a proc to recognize all ... So, here's my first effort. ... Or, if you have a list called "lum," instead of writing this: ... proc range {var star cutoff fin args} { ...
    (comp.lang.tcl)
  • Re: Use "range," not "for"?
    ... David McClamrock wrote: ... > Instead of writing this: ... It demonstrates an "integer range generator" proc called ... how to neatly handle executing a script body that's passed as an ...
    (comp.lang.tcl)
  • how to check for file exist from inside a stored procedure?
    ... im writing an CF app and using a sybase database. ... proc i want to check to see if a file exist on the device. ...
    (microsoft.public.dotnet.framework.compactframework)