import "mylib" let start() be { myglobal := 3+4; myotherglobal := "3+4 is "; myouts(myotherglobal); myoutno(myglobal); myoutch('.'); myoutch('\n') }