printl in the DuScript
printl
printl - prints anything specified in () everything works as in variables with type "As"
printl ([body])
Sample:
approve msg = Int 1;
printl ("msg: "+@msg);
Will: msg: 1
Space before () is required
printl - prints anything specified in () everything works as in variables with type "As"
printl ([body])
Sample:
approve msg = Int 1;
printl ("msg: "+@msg);
Will: msg: 1
Space before () is required