Prints
Different types of prints in ufLang
Print
The basic print function outputs the string given as argument:
Output:
Println
Outputs the string given as argument with a new line at the line at the end.
Output:
Printuf
Outputs the string given as argument with a "uf " at the beginning
Output:
Last updated