From Mesham
Jump to navigationJump to 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"];