Project 6 output question.


R. Clayton (rclayton@monmouth.edu)
(no date)


  For your example input, if it were changed to:

    foot is m * s
    v : foot
    time : s
    len : m
    v = time * len

  Would the output be?:

    v m * s
    time s
    len m

No, the input statement "v = time * len" is syntactically incorrect, so the
output should be an error message on std-err.



This archive was generated by hypermail 2.0b3 on Fri May 09 2003 - 15:30:05 EDT