ONC+ 開発ガイド

RPCL 単純宣言

単純宣言は、C 単純宣言に似ています。

simple-declaration:
    	type-ident variable-ident 

次に例を示します。

   colortype color; --> colortype color;