printl in the DuScript

·

1 min read

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