R: Output

Example: Simple Output in R


	print("Hello, world!")
	x = 3
	x
	

Output:

  Hello, world!
  3