blob: 1fecae0911d41194473a7be240f465975de631ee [file] [edit]
func RIGHT(x: Int) -> Int {
let y = x
// a comment
return ChangeMe
}