The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
285 B

name: message
returns: void
description: This function prints its argument to stdout.
posargs:
text:
type: str
description: The message to print
varargs:
name: more_text
since: 0.54.0
type: str
description: Additional text that will be printed seperated by spaces.