Print a custom string to the log

Property definitions

cocoa :: cocoa_extern_types $ Sys :: nslog
# Print a custom string to the log
fun nslog(text: NSString) in "ObjC" `{
	NSLog(text);
`}
lib/cocoa/examples/cocoa_extern_types.nit:33,1--36,2