Print

From Mesham

Jump to: navigation, search

Overview

This print[n] function will display n to stdout. The programmer can pass any number of values or variables split by ,

  • Pass: A variable to display
  • Returns: Nothing

Example

var f:="hello";
var a:=23;
print[f," ", a ," 22\n"];
Personal tools