-- edit xTalk in this box.
answer 3 + 7 * 9 && "is as good as" && three plus seven times nine
ask "If x squared is" && quote & 3.1415^2 & quote & comma && "then x = " with "pi"
this line's bad xtalk so it's just skipped
get the result
put "Unanswered questions count against your score." into importantMessage
if it is empty then
answer importantmessage
else if it is "pi" then answer "Pi is correct"
else answer it && "is incorrect."

give me a little help Maintain selection Maintain coloring Output Debug
// edit xTalk in this box.
alert( (new String((new String((3 +(7 *9 )))+" "+"is as good as"))+" "+(3+(7*9))) );
the_result_var = window.prompt( (new String((new String((new String((new String((new String("If x squared is")+" "+"\""))+Math.pow(3.1415,2 )))+"\""))+","))+" "+"then x = "),"pi" );
alert("sending user message this");
it_var = the_result_var;
user_variable_importantmessage = "Unanswered questions count against your score.";
if ((it_var==null)) {

alert( user_variable_importantmessage );
} else { if ((it_var=="pi")) {
alert( "Pi is correct" );
}
else { alert( (new String(it_var)+" "+"is incorrect.") );
}
}