Skip to content

Identifiers

Any non-reserved keyword that starts with any number of “_” followed by an ASCII alphabetic character and followed by any number of alphabetic or numeric chars, “_” or “$” can be used as identifier. Examples of identifiers are the following:

signal input _in; 
var o_u_t;
var o$o;