Print
Back to table
/*
ScriptEngine
Print
Print(var a,...);
a : a list of variable defined in the LogicScript
Print the contents of the given arguments on the console.
This module is free of charge.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){ 1; }
Q=AndOr(){ 2; }
f1=One();
f2=Zero();
f_3=Blank();
f3=AndOr(){ }
f4=And(P,Q);
f5=Or(P,Q);
f6=Not(Q);
f7=Xor(P,Q);
f8=Imply(P,Q);
f9=Equiv(P,Q);
f10=Nand(P,Q);
f11=Nor(P,Q);
f12=Eq(Q);
f13=Minus(P,Q);
Print(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13);
//-------------------------------------------------------------------
// result
MatchLogicFunction PermuteLogicFunction IsSymmetricFunctionTo ToAndOr FromBinary List TwoComplement binary ToPOS ToVariableInvertedFunction DiagramGateName ExcitationTable Count long() Not LeastSignificantDigit PositiveNumberToMantissa Realization ToFullAnd SAT Solve Assign Backwardly StateVariables CreateCompactTableWithFullSimplification HuffmanMealy FastVerificationData DontCare string Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.