&o
From REALbasicWiki
Prepending &o to an integer literal tells the compiler to interpret the literal as an octal, or base eight, integer. You are most likely to use it when setting permissions for a FolderItem, or when declaring and calling certain C file functions.
To get a string representation of an integer in octal form, use the Oct function.
