Word description Aliases the C type old under the name new.
Notes This word differs from typedef in that it runs at parse time, to ensure correct ordering of operations when loading source files. Words defined in source files are compiled before top-level forms are run, so if a source file defines C binding words and uses typedef, the type alias won't be available at compile time.