# grab the module
yada <- Module( "yada" )

# create a new World object
w <- new( yada$World )

# use it
w$set( "hello world" )
w$greet()