R/hello.R

Defines functions hello

#browser设置断点
hello=function(){
  x=1
  y=x+1
  z=x+y
  browser()
  print('hello world!!!')
}
cug-zmm/hello documentation built on Dec. 31, 2020, 10:11 p.m.