Also need some equivalent of `#pragma once` in C++. Options: * `@include once` * `@once` Or should the default behavior be to include the file once?
Also need some equivalent of
#pragma oncein C++. Options:@include once@onceOr should the default behavior be to include the file once?