Alias is odd

Monkey Forums/Monkey Programming/Alias is odd

AdamRedwoods(Posted 2012) [#1]
Alias work ok? Or perhaps I'm not doing it right...

Import brl.databuffer

Alias DataBuffer = brl.databuffer.DataBuffer


'identifier 'brl' not found.'

This works:
Import brl.databuffer

Alias DataBuffer = databuffer.DataBuffer