this

Help Contents Data Structure Primitives Queries this
BackslashEncode Conditional execution

this


outputs the LogoObject currently being worked with.

Example:

be testobj4
	be point x y c
		be print
			(::print this'x this'y) 
			;just as an example, "this" is not really neccessary
		end
		be draw
			setPixelXY x y c
		end
	end
	p=point 200 100 "red
	p'print
	p'draw
end

Examples:

References:

BackslashEncode Conditional execution