Search the web
Sign In
New User? Sign Up
claireprogramminglanguage · Claire Programming Language - A place to discuss about the CLAIRE language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
printing in CLAIRE   Message List  
Reply | Forward Message #579 of 1160 |
Hi,

Whenever I use any of the print functions in CLAIRE the word unknown
is printed at the end of the output.
Is this normal? Do I need to put in some instruction to say that I am
finished my output?

for example,

[test()
-> let p := choco/makeProblem("Test Problem", 10),
vars := list{choco/makeIntVar(p, "v", 1, i) | i in (2 .. 11)},
obj := makeMapColouringObjective(list<integer>(1))
in
( printf("This is a test")
)
]

gives

gamecsp> test()
eval[0]> This is a testunknown
gamecsp>

Thanks,

Paidi




Thu Aug 14, 2003 11:47 am

paidi_creed
Offline Offline
Send Email Send Email

Forward
Message #579 of 1160 |
Expand Messages Author Sort by Date

Hi, Whenever I use any of the print functions in CLAIRE the word unknown is printed at the end of the output. Is this normal? Do I need to put in some...
paidi_creed
Offline Send Email
Aug 14, 2003
11:47 am

Hi, you do not need to do anything. The unknown that you see is the last result that is printed by the interpreter. If you print in a file, or if you call your...
ycaseau
Offline
Aug 22, 2003
4:02 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help